aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-01-14 18:19:13 +0000
committerRichard M. Stallman1994-01-14 18:19:13 +0000
commitb2ecc630a31388947c826b533e7435ef4ccb4f2f (patch)
tree89d2a5d82eb114493d0c3787632de6aa1f93fe2c
parentd8e16cd273145eebe4a9149caa10dab7e6fc94da (diff)
downloademacs-b2ecc630a31388947c826b533e7435ef4ccb4f2f.tar.gz
emacs-b2ecc630a31388947c826b533e7435ef4ccb4f2f.zip
(debug): Bind unread-command-char to -1, not nil.
-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)