summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-11-30 20:55:19 +0200
committerJuri Linkov <juri@linkov.net>2021-11-30 21:07:18 +0200
commitef4954b69c17831f4c8360c436352170305666ea (patch)
treef4b98f7e5bbd5dbdf33484887ed33be9f188bedd
parent6d5886e7804314e9e9f94a0b6f09cc3197c29879 (diff)
downloademacs-ef4954b69c17831f4c8360c436352170305666ea.tar.gz
* 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.
-rw-r--r--lisp/repeat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index 32ffb1884f3..5b3ab03796a 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -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