aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 202b41891eb..f24ccb3aaa6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,11 @@
12012-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 12012-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * emacs-lisp/edebug.el (edebug-enter): Don't mess with
4 overriding-local-map and pre/post-command-hook here.
5 (edebug-recursive-edit): Do it here instead (bug#12345).
6 (edebug-outside-unread-command-char): Remove all uses of
7 unread-command-char.
8
3 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since 9 * emacs-lisp/debug.el (debug): Don't bind debug-on-error since
4 inhibit-debugger is bound instead. 10 inhibit-debugger is bound instead.
5 11