Fix diff-mode-shared-map
* lisp/vc/diff-mode.el (diff-mode-shared-map): Fix syntax error in `defvar-keymap' change.
This commit is contained in:
@@ -164,7 +164,7 @@ and hunk-based syntax highlighting otherwise as a fallback."
|
||||
;;;;
|
||||
|
||||
(defvar-keymap diff-mode-shared-map
|
||||
:inherit special-mode-map
|
||||
:parent special-mode-map
|
||||
"n" #'diff-hunk-next
|
||||
"N" #'diff-file-next
|
||||
"p" #'diff-hunk-prev
|
||||
|
||||
Reference in New Issue
Block a user