diff options
| author | Chong Yidong | 2006-05-13 16:16:43 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-05-13 16:16:43 +0000 |
| commit | e58d8ef513aa43ef73c6a1d4f908b2cf4e79034b (patch) | |
| tree | 424ba6c030fb2aa0db8c86feda22f8dcdbe9926f /lisp/ChangeLog | |
| parent | 9fbcde29a51e78d9468b6d0d3a558e5574d31a5a (diff) | |
| download | emacs-e58d8ef513aa43ef73c6a1d4f908b2cf4e79034b.tar.gz emacs-e58d8ef513aa43ef73c6a1d4f908b2cf4e79034b.zip | |
* custom.el (custom-push-theme): Load the variable before checking
its `standard-value'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fe0f61d723..d64f787931a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,10 @@ | |||
| 1 | 2006-05-13 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * custom.el (custom-push-theme): Load the variable before checking | ||
| 4 | its `standard-value'. | ||
| 5 | |||
| 1 | 2006-05-13 Lars Hansen <larsh@soem.dk> | 6 | 2006-05-13 Lars Hansen <larsh@soem.dk> |
| 7 | |||
| 2 | * desktop.el (desktop-save): Use with-temp-buffer. | 8 | * desktop.el (desktop-save): Use with-temp-buffer. |
| 3 | 9 | ||
| 4 | 2006-05-12 Glenn Morris <rgm@gnu.org> | 10 | 2006-05-12 Glenn Morris <rgm@gnu.org> |