]> git.eshelyaron.com Git - emacs.git/commitdiff
(comint-dynamic-list-completions): Listify the key
authorRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 21:10:10 +0000 (21:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 25 Jul 1994 21:10:10 +0000 (21:10 +0000)
sequence to be put back.

lisp/comint.el

index 2e35d960d6741c53a68b6a6b8a073712ee469b5c..d8c51121de07728e297071364b457c9ad32fa124 100644 (file)
@@ -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)))))))
 \f
 ;;; Converting process modes to use comint mode
 ;;; ===========================================================================