/[emacs]/emacs/lisp/cus-theme.el
ViewVC logotype

Diff of /emacs/lisp/cus-theme.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by ttn, Sat Aug 6 22:13:42 2005 UTC revision 1.13 by cyd, Mon Sep 5 19:50:02 2005 UTC
# Line 168  It includes all faces in list FACES." Line 168  It includes all faces in list FACES."
168                  (princ " '(")                  (princ " '(")
169                  (prin1 symbol)                  (prin1 symbol)
170                  (princ " ")                  (princ " ")
171                  (prin1 (or (get symbol 'customized-face)                  (prin1 (list (append '(t)
172                             (get symbol 'face-defface-spec)))                                       (custom-face-attributes-get
173                                          'font-lock-comment-face nil))))
174                  (princ ")")))                  (princ ")")))
175                faces)                faces)
176        (if (bolp)        (if (bolp)

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26