diff options
| -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 bf7aea518d8..94e5201cd9f 100644 --- a/lisp/comint.el +++ b/lisp/comint.el | |||
| @@ -1091,7 +1091,7 @@ it just adds completion characters to the end of the filename." | |||
| 1091 | (let ((ch (read-char))) | 1091 | (let ((ch (read-char))) |
| 1092 | (if (= ch ?\ ) | 1092 | (if (= ch ?\ ) |
| 1093 | (set-window-configuration conf) | 1093 | (set-window-configuration conf) |
| 1094 | (setq unread-command-char ch)))))))) | 1094 | (setq unread-command-event ch)))))))) |
| 1095 | 1095 | ||
| 1096 | ;;; Converting process modes to use comint mode | 1096 | ;;; Converting process modes to use comint mode |
| 1097 | ;;; =========================================================================== | 1097 | ;;; =========================================================================== |