aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-09-12 09:12:48 -0400
committerStefan Monnier2012-09-12 09:12:48 -0400
commit60c49c0fe92cde4e9f4d2db0ee15e55b7c7aa1cb (patch)
tree55893490e07c42191130fcf275117670d244fe1a /lisp/ChangeLog
parent45b82ad0ebedaa1b7094912e218bea1510c33feb (diff)
downloademacs-60c49c0fe92cde4e9f4d2db0ee15e55b7c7aa1cb.tar.gz
emacs-60c49c0fe92cde4e9f4d2db0ee15e55b7c7aa1cb.zip
* lisp/emacs-lisp/edebug.el (edebug-enter): Don't mess with
overriding-local-map and pre/post-command-hook here. (edebug-recursive-edit): Do it here instead. (edebug-outside-unread-command-char): Remove all uses of unread-command-char. Fixes: debbugs:12345
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