emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 ef4954b 2/3: * lisp/repeat.el (repeat-keep-prefix): Change defa


From: Juri Linkov
Subject: emacs-28 ef4954b 2/3: * lisp/repeat.el (repeat-keep-prefix): Change default to nil.
Date: Tue, 30 Nov 2021 14:08:59 -0500 (EST)

branch: emacs-28
commit ef4954b69c17831f4c8360c436352170305666ea
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * 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.
---
 lisp/repeat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/repeat.el b/lisp/repeat.el
index 32ffb18..5b3ab03 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]