aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/simple.el
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1995-06-19 20:10:21 +0000
committerRichard M. Stallman <[email protected]>1995-06-19 20:10:21 +0000
commitf0ef2555806cc9be9c6935f07bed304c76329ca2 (patch)
tree562ae5be006eba02772c38426bfd25b73f7458cc /lisp/simple.el
parent509fccc3aecfb5b069d9a63b0136a8ed6dd153c6 (diff)
(universal-argument-other-key): Call reset-this-command-lengths.
Diffstat (limited to 'lisp/simple.el')
-rw-r--r--lisp/simple.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el
index 265b084dee..a737c70904 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -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))
(defun forward-to-indentation (arg)