* lisp/repeat.el (repeat-keep-prefix): Change default to nil.
'repeat-keep-prefix' doesn't yet have sufficient support that covers all cases in bug#51281, so it's disabled now.
This commit is contained in:
parent
6d5886e780
commit
ef4954b69c
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ of the specified number of seconds."
|
|||
(defvar repeat-exit-timer nil
|
||||
"Timer activated after the last key typed in the repeating key sequence.")
|
||||
|
||||
(defcustom repeat-keep-prefix t
|
||||
(defcustom repeat-keep-prefix nil
|
||||
"Whether to keep the prefix arg of the previous command when repeating."
|
||||
:type 'boolean
|
||||
:group 'convenience
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue