aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/debug.el b/lisp/emacs-lisp/debug.el
index 1cbaf646a5d..49c9646a88a 100644
--- a/lisp/emacs-lisp/debug.el
+++ b/lisp/emacs-lisp/debug.el
@@ -81,7 +81,7 @@ first will be printed into the backtrace buffer."
81 (debugger-outer-cursor-in-echo-area cursor-in-echo-area)) 81 (debugger-outer-cursor-in-echo-area cursor-in-echo-area))
82 ;; Don't let these magic variables affect the debugger itself. 82 ;; Don't let these magic variables affect the debugger itself.
83 (let ((last-command nil) this-command track-mouse 83 (let ((last-command nil) this-command track-mouse
84 unread-command-char unread-command-events 84 (unread-command-char -1) unread-command-events
85 last-input-event last-command-event last-nonmenu-event 85 last-input-event last-command-event last-nonmenu-event
86 last-event-frame 86 last-event-frame
87 (standard-input t) (standard-output t) 87 (standard-input t) (standard-output t)