diff options
| author | Richard M. Stallman | 1994-01-04 01:39:46 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-04 01:39:46 +0000 |
| commit | fd752f985a4339cb865a827589d223e10f127b05 (patch) | |
| tree | c155e3d236a682fe6769b5af68aca8e6e15e1b26 | |
| parent | 59d61058775d74c6f4596915d82baee8b92f33af (diff) | |
| download | emacs-fd752f985a4339cb865a827589d223e10f127b05.tar.gz emacs-fd752f985a4339cb865a827589d223e10f127b05.zip | |
(debug): Bind this-command and last-command.
| -rw-r--r-- | lisp/emacs-lisp/debug.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el index 910a5ddf322..9a98e47766f 100644 --- a/lisp/emacs-lisp/debug.el +++ b/lisp/emacs-lisp/debug.el | |||
| @@ -52,6 +52,7 @@ first will be printed into the backtrace buffer." | |||
| 52 | (debugger-step-after-exit nil) | 52 | (debugger-step-after-exit nil) |
| 53 | ;; Don't keep reading from an executing kbd macro! | 53 | ;; Don't keep reading from an executing kbd macro! |
| 54 | (executing-macro nil) | 54 | (executing-macro nil) |
| 55 | last-command this command | ||
| 55 | (cursor-in-echo-area nil)) | 56 | (cursor-in-echo-area nil)) |
| 56 | (unwind-protect | 57 | (unwind-protect |
| 57 | (save-excursion | 58 | (save-excursion |