From fbf7dd3ccecda778f6ea70d0ad6778b138e73e1d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 18 Oct 2021 18:55:48 +0200 Subject: [PATCH] Fix diff-mode-shared-map * lisp/vc/diff-mode.el (diff-mode-shared-map): Fix syntax error in `defvar-keymap' change. --- 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 da70ff00dd7..ae1a8b254ff 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -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 -- 2.39.2