From 383aee86216dfa30202f761f779b8744c0d19606 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 6 Mar 1993 06:13:50 +0000 Subject: [PATCH] (te-escape-extended-command-unread): Handle any key sequence. --- lisp/terminal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/terminal.el b/lisp/terminal.el index 07e03ff906..c27adcfdd5 100644 --- a/lisp/terminal.el +++ b/lisp/terminal.el @@ -223,7 +223,7 @@ Other chars following \"%s\" are interpreted as follows:\n" ;; not used. (defun te-escape-extended-command-unread () (interactive) - (setq unread-command-events (list last-input-char)) + (setq unread-command-events (listify-key-sequence (this-command-keys))) (te-escape-extended-command)) (defun te-set-escape-char (c) -- 2.20.1