# HG changeset patch # User Richard M. Stallman # Date 897714221 0 # Node ID 1fd9b569c5b491b2129f651d1cc46df84b705695 # Parent 7e79814e726373e56ed8a232b11d16dce7032e03 (repeat): Don't set obsolete var repeat-num-input-keys-at-prefix. diff -r 7e79814e7263 -r 1fd9b569c5b4 lisp/repeat.el --- a/lisp/repeat.el Sat Jun 13 04:44:32 1998 +0000 +++ b/lisp/repeat.el Sat Jun 13 05:03:41 1998 +0000 @@ -251,8 +251,7 @@ (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