emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/cus-theme.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-theme.el
Date: Mon, 05 Sep 2005 15:50:04 -0400

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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]