Index: emacs/lisp/cus-theme.el
diff -c emacs/lisp/cus-theme.el:1.12 emacs/lisp/cus-theme.el:1.13
*** emacs/lisp/cus-theme.el:1.12 Sat Aug 6 22:13:42 2005
--- emacs/lisp/cus-theme.el Mon Sep 5 19:50:02 2005
***************
*** 168,175 ****
(princ " '(")
(prin1 symbol)
(princ " ")
! (prin1 (or (get symbol 'customized-face)
! (get symbol 'face-defface-spec)))
(princ ")")))
faces)
(if (bolp)
--- 168,176 ----
(princ " '(")
(prin1 symbol)
(princ " ")
! (prin1 (list (append '(t)
! (custom-face-attributes-get
! 'font-lock-comment-face nil))))
(princ ")")))
faces)
(if (bolp)
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs