]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659
authorJuri Linkov <juri@linkov.net>
Thu, 18 Nov 2021 17:13:48 +0000 (19:13 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 18 Nov 2021 17:13:48 +0000 (19:13 +0200)
lisp/vc/diff-mode.el

index 1cffd88a56f9763f05117d39617b338fc3650fe1..8f83aa580e4185d47859e41f8af59db99ef98126 100644 (file)
@@ -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))