]> git.eshelyaron.com Git - emacs.git/commitdiff
(universal-argument-other-key): Call reset-this-command-lengths.
authorRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 20:10:21 +0000 (20:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 19 Jun 1995 20:10:21 +0000 (20:10 +0000)
lisp/simple.el

index 265b084dee34223ca7deec1f9b7d7a7a4210ea67..a737c70904e5b8f72ad56decb53c14565eba3a8a 100644 (file)
@@ -1016,6 +1016,7 @@ Repeating \\[universal-argument] without digits or minus sign
   (interactive "P")
   (setq prefix-arg arg)
   (setq unread-command-events (list last-input-event))
+  (reset-this-command-lengths)
   (setq overriding-terminal-local-map nil))
 \f
 (defun forward-to-indentation (arg)