emacs-diffs
[Top][All Lists]
Advanced

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

master 71f237d: * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typ


From: Juri Linkov
Subject: master 71f237d: * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659
Date: Thu, 18 Nov 2021 12:14:12 -0500 (EST)

branch: master
commit 71f237d668044d613546cb3cbf82a8c66c2cf4db
Author: Juri Linkov <juri@linkov.net>
Commit: Juri Linkov <juri@linkov.net>

    * lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659
---
 lisp/vc/diff-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el
index 1cffd88..8f83aa5 100644
--- a/lisp/vc/diff-mode.el
+++ b/lisp/vc/diff-mode.el
@@ -264,7 +264,7 @@ and hunk-based syntax highlighting otherwise as a fallback."
      :help "Go to the next count'th file"]
     ))
 
-(defcustom diff-minor-mode-prefix "\C-c =="
+(defcustom diff-minor-mode-prefix "\C-c="
   "Prefix key for `diff-minor-mode' commands."
   :type '(choice (string "ESC")
                  (string "\C-c=") string))



reply via email to

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