aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.