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-edit.el


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/cus-edit.el
Date: Sun, 19 Feb 2006 17:27:37 +0000

Index: emacs/lisp/cus-edit.el
diff -u emacs/lisp/cus-edit.el:1.285 emacs/lisp/cus-edit.el:1.286
--- emacs/lisp/cus-edit.el:1.285        Sun Feb 19 15:50:09 2006
+++ emacs/lisp/cus-edit.el      Sun Feb 19 17:27:37 2006
@@ -932,6 +932,7 @@
                                       "Set customized value for %s to: "
                                       current-prefix-arg))
   (custom-load-symbol variable)
+  (custom-push-theme 'theme-value variable 'user 'set (custom-quote value))
   (funcall (or (get variable 'custom-set) 'set-default) variable value)
   (put variable 'customized-value (list (custom-quote value)))
   (cond ((string= comment "")




reply via email to

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