From b2ecc630a31388947c826b533e7435ef4ccb4f2f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 14 Jan 1994 18:19:13 +0000 Subject: (debug): Bind unread-command-char to -1, not nil. --- lisp/emacs-lisp/debug.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/debug.el') 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." (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) -- cgit v1.2.3