summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-04 01:39:46 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-04 01:39:46 +0000
commit79834a3ca01ab8722a2956589ed0a3a9dc686b76 (patch)
tree98139b7f6280a1fff190430298c23d02b91987f0 /lisp/emacs-lisp/debug.el
parent813fe80bf20dcd5f2d451d54162d942dbc36c632 (diff)
downloademacs-79834a3ca01ab8722a2956589ed0a3a9dc686b76.tar.gz
(debug): Bind this-command and last-command.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-rw-r--r--lisp/emacs-lisp/debug.el1
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."
(debugger-step-after-exit nil)
;; Don't keep reading from an executing kbd macro!
(executing-macro nil)
+ last-command this command
(cursor-in-echo-area nil))
(unwind-protect
(save-excursion