From 71f237d668044d613546cb3cbf82a8c66c2cf4db Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Thu, 18 Nov 2021 19:13:48 +0200 Subject: [PATCH] * 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 1cffd88a56f..8f83aa580e4 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)) -- 2.39.5