Show
Ignore:
Timestamp:
09/10/05 10:16:00 (3 years ago)
Author:
miyoshi
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/cus-theme.el

    r3809 r3863  
    169169                (prin1 symbol) 
    170170                (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)))) 
    173174                (princ ")"))) 
    174175              faces)