]> git.eshelyaron.com Git - emacs.git/commitdiff
(universal-argument-other-key): Add to existing unread-command-events value.
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 23:56:47 +0000 (23:56 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 Nov 1995 23:56:47 +0000 (23:56 +0000)
lisp/simple.el

index 51af9d364fefe65d0dbd88707b013c6b16ff4f97..9d34a467d965352838c0dc8de006a545a3babd6d 100644 (file)
@@ -1016,7 +1016,8 @@ Repeating \\[universal-argument] without digits or minus sign
   (let* ((key (this-command-keys))
         (keylist (listify-key-sequence key)))
     (setq unread-command-events
-         (nthcdr universal-argument-num-events keylist)))
+         (append (nthcdr universal-argument-num-events keylist)
+                 unread-command-events)))
   (reset-this-command-lengths)
   (setq overriding-terminal-local-map nil))
 \f