mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-25 07:28:20 +00:00
(debug): Bind unread-command-char to -1, not nil.
This commit is contained in:
parent
d8e16cd273
commit
b2ecc630a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user