From: Lars Ingebrigtsen Date: Mon, 18 Oct 2021 16:55:48 +0000 (+0200) Subject: Fix diff-mode-shared-map X-Git-Tag: emacs-29.0.90~3671^2~502 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fbf7dd3ccecda778f6ea70d0ad6778b138e73e1d;p=emacs.git Fix diff-mode-shared-map * lisp/vc/diff-mode.el (diff-mode-shared-map): Fix syntax error in `defvar-keymap' change. --- 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