aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-05-13 16:16:43 +0000
committerChong Yidong2006-05-13 16:16:43 +0000
commite58d8ef513aa43ef73c6a1d4f908b2cf4e79034b (patch)
tree424ba6c030fb2aa0db8c86feda22f8dcdbe9926f /lisp/ChangeLog
parent9fbcde29a51e78d9468b6d0d3a558e5574d31a5a (diff)
downloademacs-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/ChangeLog6
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 @@
12006-05-13 Chong Yidong <cyd@stupidchicken.com>
2
3 * custom.el (custom-push-theme): Load the variable before checking
4 its `standard-value'.
5
12006-05-13 Lars Hansen <larsh@soem.dk> 62006-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
42006-05-12 Glenn Morris <rgm@gnu.org> 102006-05-12 Glenn Morris <rgm@gnu.org>