diff options
| author | Chong Yidong | 2007-03-05 15:15:51 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-03-05 15:15:51 +0000 |
| commit | ee5aeb5fb8155135fa932666e1f78fdbacaebc3b (patch) | |
| tree | b4e4cb88e8563331cf46ffcd91d33a26c1881ebc /lisp | |
| parent | b89d8a7719611f0d8eafaca7b4b297823160cb15 (diff) | |
| download | emacs-ee5aeb5fb8155135fa932666e1f78fdbacaebc3b.tar.gz emacs-ee5aeb5fb8155135fa932666e1f78fdbacaebc3b.zip | |
* cus-edit.el (customize-save-variable): Clear customized-value
property (saved values are now put in theme-value property).
(customize-set-variable): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d7b7fb3341..d4b95f7c30b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2007-03-05 Chong Yidong <cyd@stupidchicken.com> | 1 | 2007-03-05 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * cus-edit.el (customize-save-variable): Clear customized-value | ||
| 4 | property (saved values are now put in theme-value property). | ||
| 5 | (customize-set-variable): Doc fix. | ||
| 6 | |||
| 3 | * complete.el (PC-do-completion): If completion-ignore-case is | 7 | * complete.el (PC-do-completion): If completion-ignore-case is |
| 4 | non-nil, replace field with completion string before exiting. | 8 | non-nil, replace field with completion string before exiting. |
| 5 | 9 | ||