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: David Kastrup
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-theme.el
Date: Sun, 17 Apr 2005 12:18:46 -0400

Index: emacs/lisp/cus-theme.el
diff -c emacs/lisp/cus-theme.el:1.7 emacs/lisp/cus-theme.el:1.8
*** emacs/lisp/cus-theme.el:1.7 Mon Sep  1 15:45:09 2003
--- emacs/lisp/cus-theme.el     Sun Apr 17 16:18:45 2005
***************
*** 119,125 ****
                (princ " '(")
                (prin1 symbol)
                (princ " ")
!               (prin1 (symbol-value symbol))
                (princ ")")))
              vars)
        (if (bolp)
--- 119,125 ----
                (princ " '(")
                (prin1 symbol)
                (princ " ")
!               (prin1 (custom-quote (symbol-value symbol)))
                (princ ")")))
              vars)
        (if (bolp)




reply via email to

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