From: Richard M. Stallman Date: Mon, 25 Jul 1994 21:10:10 +0000 (+0000) Subject: (comint-dynamic-list-completions): Listify the key X-Git-Tag: emacs-19.34~7521 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2b5a5ed3001413216f11f89ac2cfdd10df2a3338;p=emacs.git (comint-dynamic-list-completions): Listify the key sequence to be put back. --- diff --git a/lisp/comint.el b/lisp/comint.el index 2e35d960d67..d8c51121de0 100644 --- a/lisp/comint.el +++ b/lisp/comint.el @@ -1991,7 +1991,7 @@ Typing SPC flushes the help buffer." (set-window-configuration conf)) (if (eq first ?\ ) (set-window-configuration conf) - (setq unread-command-events (append key nil))))))) + (setq unread-command-events (listify-key-sequence key))))))) ;;; Converting process modes to use comint mode ;;; ===========================================================================