Changeset 3863 for trunk/lisp/cus-theme.el
- Timestamp:
- 09/10/05 10:16:00 (3 years ago)
- Files:
-
- trunk/lisp/cus-theme.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/cus-theme.el
r3809 r3863 169 169 (prin1 symbol) 170 170 (princ " ") 171 (prin1 (or (get symbol 'customized-face) 172 (get symbol 'face-defface-spec))) 171 (prin1 (list (append '(t) 172 (custom-face-attributes-get 173 'font-lock-comment-face nil)))) 173 174 (princ ")"))) 174 175 faces)
