* cus-edit.el (customize-save-variable): Clear customized-value

property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.
This commit is contained in:
Chong Yidong 2007-03-05 15:15:51 +00:00
parent b89d8a7719
commit ee5aeb5fb8

View 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.