Mercurial > emacs
diff lisp/ChangeLog @ 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 | dfdf18916e2d |
children | 1d9b79249c8a |
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.