From dbc4e1c12940079cad7b24e1654a0badcda8d6fc Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Tue, 26 Jan 1993 01:58:16 +0000 Subject: JimB's changes since January 18th --- lisp/terminal.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/terminal.el') diff --git a/lisp/terminal.el b/lisp/terminal.el index c1f30dda707..07e03ff9069 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-event last-input-char) + (setq unread-command-events (list last-input-char)) (te-escape-extended-command)) (defun te-set-escape-char (c) -- cgit v1.2.1