emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/custom.el
Date: Sun, 19 Feb 2006 16:20:22 +0000

Index: emacs/lisp/custom.el
diff -u emacs/lisp/custom.el:1.119 emacs/lisp/custom.el:1.120
--- emacs/lisp/custom.el:1.119  Mon Feb  6 14:33:32 2006
+++ emacs/lisp/custom.el        Sun Feb 19 16:20:21 2006
@@ -653,6 +653,7 @@
 To actually save the value, call `custom-save-all'.
 
 Return non-nil iff the `saved-value' property actually changed."
+  (custom-load-symbol symbol)
   (let* ((get (or (get symbol 'custom-get) 'default-value))
         (value (funcall get symbol))
         (saved (get symbol 'saved-value))




reply via email to

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