From: Richard M. Stallman Date: Mon, 19 Jun 1995 20:10:21 +0000 (+0000) Subject: (universal-argument-other-key): Call reset-this-command-lengths. X-Git-Tag: emacs-19.34~3539 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0ef2555806cc9be9c6935f07bed304c76329ca2;p=emacs.git (universal-argument-other-key): Call reset-this-command-lengths. --- 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)