diff options
-rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index 265b084dee3..a737c70904e 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) |