From: Chong Yidong Date: Mon, 5 Mar 2007 15:15:51 +0000 (+0000) Subject: * cus-edit.el (customize-save-variable): Clear customized-value X-Git-Tag: emacs-pretest-22.0.96~248 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ee5aeb5fb8155135fa932666e1f78fdbacaebc3b;p=emacs.git * 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 --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d7b7fb3341..d4b95f7c30b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.