summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-06-13 05:03:41 +0000
committerRichard M. Stallman <rms@gnu.org>1998-06-13 05:03:41 +0000
commit64db9621a37d9d1d2447f78902fb1b30cefad040 (patch)
tree8c52b6277c5d7f6cc9a8b325f01d896fb8ae5c1d /lisp/repeat.el
parent666c1d8bab7378c72bf2449134b7df44d5cbc9d5 (diff)
downloademacs-64db9621a37d9d1d2447f78902fb1b30cefad040.tar.gz
(repeat): Don't set obsolete var repeat-num-input-keys-at-prefix.
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el3
1 files changed, 1 insertions, 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