# HG changeset patch # User Chong Yidong # Date 1173107751 0 # Node ID bd3b0e70c410f739e4cf5edacec9df61e0e3f8ee # Parent d24bffa1374c866ac63ee0d6ce48d3ceb0c0d382 * cus-edit.el (customize-save-variable): Clear customized-value property (saved values are now put in theme-value property). (customize-set-variable): Doc fix. diff -r d24bffa1374c -r bd3b0e70c410 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 05 14:55:05 2007 +0000 +++ b/lisp/ChangeLog Mon Mar 05 15:15:51 2007 +0000 @@ -1,5 +1,9 @@ 2007-03-05 Chong Yidong + * 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.