aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2013-11-08 00:22:50 -0800
committerGlenn Morris2013-11-08 00:22:50 -0800
commit1ac2891e8e19bfcde0b8579a41c19bf77744e604 (patch)
tree669833d4b6c4451d0dd2afaa03fec9774124c89f
parent540993833c54d2fdb85cb9b42e9cb5005b1ed515 (diff)
downloademacs-1ac2891e8e19bfcde0b8579a41c19bf77744e604.tar.gz
emacs-1ac2891e8e19bfcde0b8579a41c19bf77744e604.zip
Add missing ChangeLog entry from 2013-06-05T01:58:43Z!monnier@iro.umontreal.ca
http://lists.gnu.org/archive/html/emacs-diffs/2013-06/msg00043.html
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a3c895c6942..2970d7f1e4b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -6635,6 +6635,13 @@
6635 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function. 6635 * emacs-lisp/macroexp.el (macroexp--compiling-p): New function.
6636 (macroexp--warn-and-return): Use it. 6636 (macroexp--warn-and-return): Use it.
6637 6637
66382013-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
6639
6640 * lisp/subr.el: Convert to lexical binding.
6641 (overriding-local-map): Make obsolete.
6642 (add-to-list): Doc fix. Add compiler macro.
6643 (read-key): Swap values of local maps.
6644
66382013-06-05 Leo Liu <sdl.web@gmail.com> 66452013-06-05 Leo Liu <sdl.web@gmail.com>
6639 6646
6640 * eshell/esh-mode.el (eshell-mode): Fix key bindings. 6647 * eshell/esh-mode.el (eshell-mode): Fix key bindings.