From fd752f985a4339cb865a827589d223e10f127b05 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 4 Jan 1994 01:39:46 +0000 Subject: [PATCH] (debug): Bind this-command and last-command. --- lisp/emacs-lisp/debug.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5