From 49234228762f4fe97ab5bd813640aa2840bff112 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Jun 1998 05:03:41 +0000 Subject: (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. --- lisp/repeat.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/repeat.el b/lisp/repeat.el index 69e136c174c..318b3168fd3 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -251,8 +251,7 @@ can be modified by the global variable `repeat-on-final-keystroke'." (eval repeat-command)) (if (null repeat-arg) (repeat-message "Repeating command %S" real-last-command) - (setq repeat-num-input-keys-at-prefix num-input-keys - current-prefix-arg repeat-arg) + (setq current-prefix-arg repeat-arg) (repeat-message "Repeating command %S %S" repeat-arg real-last-command)) (if (eq real-last-command 'self-insert-command) (let ((insertion -- cgit v1.2.1