changeset 12320:979836b1a1a9

(universal-argument-other-key): Call reset-this-command-lengths.
author Richard M. Stallman <rms@gnu.org>
date Mon, 19 Jun 1995 20:10:21 +0000
parents b9adf75f0b29
children 35899872cb3f
files lisp/simple.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Mon Jun 19 18:50:13 1995 +0000
+++ b/lisp/simple.el	Mon Jun 19 20:10:21 1995 +0000
@@ -1016,6 +1016,7 @@
   (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)