aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/debug.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-01-14 18:19:13 +0000
committerRichard M. Stallman <[email protected]>1994-01-14 18:19:13 +0000
commitb2ecc630a31388947c826b533e7435ef4ccb4f2f (patch)
tree89d2a5d82eb114493d0c3787632de6aa1f93fe2c /lisp/emacs-lisp/debug.el
parentd8e16cd273145eebe4a9149caa10dab7e6fc94da (diff)
(debug): Bind unread-command-char to -1, not nil.
Diffstat (limited to 'lisp/emacs-lisp/debug.el')
-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 1cbaf646a5..49c9646a88 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."
(debugger-outer-cursor-in-echo-area cursor-in-echo-area))
;; Don't let these magic variables affect the debugger itself.
(let ((last-command nil) this-command track-mouse
- unread-command-char unread-command-events
+ (unread-command-char -1) unread-command-events
last-input-event last-command-event last-nonmenu-event
last-event-frame
(standard-input t) (standard-output t)