From 5022e27dac4c13651941e425dbec5b3a2cecdae4 Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Sat, 25 Jul 2015 18:54:42 +0200 Subject: ; Do not overwrite preexisting contents of unread-command-events --- lisp/kmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/kmacro.el') diff --git a/lisp/kmacro.el b/lisp/kmacro.el index 327cf455e65..9636a36b1e2 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -432,7 +432,7 @@ Optional arg EMPTY is message to print if no macros are defined." (setq last-input-event nil))) (when last-input-event (clear-this-command-keys t) - (setq unread-command-events (list last-input-event)))) + (push last-input-event unread-command-events))) (defun kmacro-get-repeat-prefix () -- cgit v1.2.3