changeset 5585:0c8f4489999d

(debug): Bind unread-command-char to -1, not nil.
author Richard M. Stallman <rms@gnu.org>
date Fri, 14 Jan 1994 18:19:13 +0000
parents a5bb8db5c4e7
children fdf1d3924296
files lisp/emacs-lisp/debug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/debug.el	Fri Jan 14 18:09:50 1994 +0000
+++ b/lisp/emacs-lisp/debug.el	Fri Jan 14 18:19:13 1994 +0000
@@ -81,7 +81,7 @@
 	(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)