diff options
| author | Stefan Monnier | 2012-09-12 09:12:48 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-09-12 09:12:48 -0400 |
| commit | 60c49c0fe92cde4e9f4d2db0ee15e55b7c7aa1cb (patch) | |
| tree | 55893490e07c42191130fcf275117670d244fe1a /lisp/ChangeLog | |
| parent | 45b82ad0ebedaa1b7094912e218bea1510c33feb (diff) | |
| download | emacs-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/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-09-12 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2012-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 | ||