]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el (repeat-keep-prefix): Change default to nil.
authorJuri Linkov <juri@linkov.net>
Tue, 30 Nov 2021 18:55:19 +0000 (20:55 +0200)
committerJuri Linkov <juri@linkov.net>
Tue, 30 Nov 2021 19:07:18 +0000 (21:07 +0200)
'repeat-keep-prefix' doesn't yet have sufficient support
that covers all cases in bug#51281, so it's disabled now.

lisp/repeat.el

index 32ffb1884f342b6edc84f1964f16744dc7a79c42..5b3ab03796a868ff430801b63f47e576b0ca6f08 100644 (file)
@@ -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