diff options
Diffstat (limited to 'lisp/comint.el')
-rw-r--r-- | lisp/comint.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/comint.el b/lisp/comint.el index 94e5201cd9f..0c2022e53bf 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1091,7 +1091,7 @@ it just adds completion characters to the end of the filename." (let ((ch (read-char))) (if (= ch ?\ ) (set-window-configuration conf) - (setq unread-command-event ch)))))))) + (setq unread-command-events (list ch))))))))) ;;; Converting process modes to use comint mode ;;; =========================================================================== |