aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-14 14:23:10 -0400
committerGlenn Morris2012-08-14 14:23:10 -0400
commitc548f821804e834e29f267e69206ecfd50b48a93 (patch)
tree06fb66eb1a7f392d924e8968689da9bc1a031ff7 /lisp/ChangeLog
parentf5d9e83a70335308d5c6d18d62a7ac94f4bd431c (diff)
downloademacs-c548f821804e834e29f267e69206ecfd50b48a93.tar.gz
emacs-c548f821804e834e29f267e69206ecfd50b48a93.zip
byte-compile-setq-default fix for bug#12195
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq-default): Optimize away setq-default with no args, as is done for setq.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 606be46b118..b58580f6429 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-08-14 Glenn Morris <rgm@gnu.org>
2
3 * emacs-lisp/bytecomp.el (byte-compile-setq-default):
4 Optimize away setq-default with no args, as for setq. (Bug#12195)
5
12012-08-14 Chong Yidong <cyd@gnu.org> 62012-08-14 Chong Yidong <cyd@gnu.org>
2 7
3 * minibuffer.el (read-file-name): Doc fix (Bug#10881). 8 * minibuffer.el (read-file-name): Doc fix (Bug#10881).