diff options
| author | Stefan Monnier | 2011-08-22 17:16:46 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2011-08-22 17:16:46 -0400 |
| commit | 4eb613489b98093e31f2a81765a4b644fdb90fb2 (patch) | |
| tree | e40d34f715a95acb70637dc5c55f9771a288dcec /lisp/ChangeLog | |
| parent | dac347dd4a459bbbd7274f106797201e6e420701 (diff) | |
| download | emacs-4eb613489b98093e31f2a81765a4b644fdb90fb2.tar.gz emacs-4eb613489b98093e31f2a81765a4b644fdb90fb2.zip | |
* lisp/emacs-lisp/debug.el (debug-arglist): New function.
(debug-convert-byte-code): Use it. Handle lexical byte-codes.
(debug-on-entry-1): Handle interpreted closures.
Fixes: debbugs:9120
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 4c7306174d6..4efa1de8e43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2011-08-22 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * emacs-lisp/debug.el (debug-arglist): New function. | ||
| 4 | (debug-convert-byte-code): Use it. Handle lexical byte-codes. | ||
| 5 | (debug-on-entry-1): Handle interpreted closures (bug#9120). | ||
| 6 | |||
| 1 | 2011-08-22 Juri Linkov <juri@jurta.org> | 7 | 2011-08-22 Juri Linkov <juri@jurta.org> |
| 2 | 8 | ||
| 3 | * progmodes/compile.el (compilation-mode-font-lock-keywords): | 9 | * progmodes/compile.el (compilation-mode-font-lock-keywords): |