aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2007-03-05 15:15:51 +0000
committerChong Yidong2007-03-05 15:15:51 +0000
commitee5aeb5fb8155135fa932666e1f78fdbacaebc3b (patch)
treeb4e4cb88e8563331cf46ffcd91d33a26c1881ebc
parentb89d8a7719611f0d8eafaca7b4b297823160cb15 (diff)
downloademacs-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.
-rw-r--r--lisp/ChangeLog4
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 @@
12007-03-05 Chong Yidong <cyd@stupidchicken.com> 12007-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