diff options
author | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1993-01-26 01:58:16 +0000 |
commit | 6056db491ff15bd710ba6fc54ebcd1ee642c850b (patch) | |
tree | c4d83e7727d0aa60563101cb828d12a5dc2e5685 /lisp/emerge.el | |
parent | d2cf404862d35167ac7245c10d3851070885b9b8 (diff) | |
download | emacs-6056db491ff15bd710ba6fc54ebcd1ee642c850b.tar.gz |
JimB's changes since January 18th
Diffstat (limited to 'lisp/emerge.el')
-rw-r--r-- | lisp/emerge.el | 2 |
1 files changed, 1 insertions, 1 deletions
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: |