]> git.eshelyaron.com Git - emacs.git/commitdiff
(debug): Bind this-command and last-command.
authorRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 01:39:46 +0000 (01:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 4 Jan 1994 01:39:46 +0000 (01:39 +0000)
lisp/emacs-lisp/debug.el

index 910a5ddf322c79f10578cf96dc8e95d6b2e6dc14..9a98e47766fa21d5b7a8212ef113aa6a2f79818b 100644 (file)
@@ -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