From: Richard M. Stallman Date: Tue, 4 Jan 1994 01:39:46 +0000 (+0000) Subject: (debug): Bind this-command and last-command. X-Git-Tag: emacs-19.34~10421 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd752f985a4339cb865a827589d223e10f127b05;p=emacs.git (debug): Bind this-command and last-command. --- 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