changeset 8332:1b4a8157f36c

(comint-dynamic-list-completions): Listify the key sequence to be put back.
author Richard M. Stallman <rms@gnu.org>
date Mon, 25 Jul 1994 21:10:10 +0000
parents 14ddb4c66461
children e23908a4fa09
files lisp/comint.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/comint.el	Mon Jul 25 20:47:57 1994 +0000
+++ b/lisp/comint.el	Mon Jul 25 21:10:10 1994 +0000
@@ -1991,7 +1991,7 @@
 	    (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
 ;;; ===========================================================================