]> code.delx.au - gnu-emacs/blobdiff - lisp/pcomplete.el
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
[gnu-emacs] / lisp / pcomplete.el
index 7bcf2c1759e8bd4644c6fd346f7553c2c216e063..90f069531830b094553962275c507dc6cf42c1f1 100644 (file)
@@ -1112,7 +1112,7 @@ Typing SPC flushes the help buffer."
                     (scroll-up))))
               (message ""))
              (t
-              (setq unread-command-events (list event))
+              (push event unread-command-events)
               (throw 'done nil)))))
       (if (and pcomplete-last-window-config
                pcomplete-restore-window-delay)