]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (customize-save-variable): Clear customized-value
authorChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 15:15:51 +0000 (15:15 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 5 Mar 2007 15:15:51 +0000 (15:15 +0000)
property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.

lisp/ChangeLog

index 7d7b7fb3341aa38a8d173618073d9325642c9149..d4b95f7c30b7321aa5738087f871abfd6577155c 100644 (file)
@@ -1,5 +1,9 @@
 2007-03-05  Chong Yidong  <cyd@stupidchicken.com>
 
+       * cus-edit.el (customize-save-variable): Clear customized-value
+       property (saved values are now put in theme-value property).
+       (customize-set-variable): Doc fix.
+
        * complete.el (PC-do-completion): If completion-ignore-case is
        non-nil, replace field with completion string before exiting.