From f0ef2555806cc9be9c6935f07bed304c76329ca2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 19 Jun 1995 20:10:21 +0000 Subject: [PATCH] (universal-argument-other-key): Call reset-this-command-lengths. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2