Mercurial > emacs
changeset 76337:bd3b0e70c410
* cus-edit.el (customize-save-variable): Clear customized-value
property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 05 Mar 2007 15:15:51 +0000 |
parents | d24bffa1374c |
children | 12695d523f37 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <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.