From 2b5a5ed3001413216f11f89ac2cfdd10df2a3338 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 25 Jul 1994 21:10:10 +0000 Subject: [PATCH] (comint-dynamic-list-completions): Listify the key sequence to be put back. --- lisp/comint.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;;; =========================================================================== -- 2.39.5