From dbc4e1c12940079cad7b24e1654a0badcda8d6fc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 26 Jan 1993 01:58:16 +0000 Subject: JimB's changes since January 18th --- lisp/emerge.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emerge.el') diff --git a/lisp/emerge.el b/lisp/emerge.el index e70bf3969c6..2309c6db93a 100644 --- a/lisp/emerge.el +++ b/lisp/emerge.el @@ -2910,7 +2910,7 @@ SPC, it is ignored; if it is anything else, it is processed as a command." (enlarge-window 1)) (let ((c (read-char))) (if (/= c 32) - (setq unread-command-event c)))))))) + (setq unread-command-events (list c))))))))) ;; Improved auto-save file names. ;; This function fixes many problems with the standard auto-save file names: -- cgit v1.2.1