Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b2ecc630
Commit
b2ecc630
authored
Jan 14, 1994
by
Richard M. Stallman
Browse files
(debug): Bind unread-command-char to -1, not nil.
parent
d8e16cd2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lisp/emacs-lisp/debug.el
lisp/emacs-lisp/debug.el
+1
-1
No files found.
lisp/emacs-lisp/debug.el
View file @
b2ecc630
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment