diff options
| author | Glenn Morris | 2012-08-14 14:23:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-14 14:23:10 -0400 |
| commit | c548f821804e834e29f267e69206ecfd50b48a93 (patch) | |
| tree | 06fb66eb1a7f392d924e8968689da9bc1a031ff7 /lisp/ChangeLog | |
| parent | f5d9e83a70335308d5c6d18d62a7ac94f4bd431c (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-08-14 Chong Yidong <cyd@gnu.org> | 6 | 2012-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). |