projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce33ad8
)
* lisp/vc/diff-mode.el (diff-minor-mode-prefix): Fix typo from 44faf54659
author
Juri Linkov
<juri@linkov.net>
Thu, 18 Nov 2021 17:13:48 +0000
(19:13 +0200)
committer
Juri Linkov
<juri@linkov.net>
Thu, 18 Nov 2021 17:13:48 +0000
(19:13 +0200)
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index 1cffd88a56f9763f05117d39617b338fc3650fe1..8f83aa580e4185d47859e41f8af59db99ef98126 100644
(file)
--- 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))