]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix diff-mode-shared-map
authorLars Ingebrigtsen <larsi@gnus.org>
Mon, 18 Oct 2021 16:55:48 +0000 (18:55 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Tue, 19 Oct 2021 02:36:05 +0000 (04:36 +0200)
* lisp/vc/diff-mode.el (diff-mode-shared-map): Fix syntax error in
`defvar-keymap' change.

lisp/vc/diff-mode.el

index da70ff00dd77ac428ea3aa58877bce042fb8bcd2..ae1a8b254ff2686e0275e5ff9ef4143ea6f5603a 100644 (file)
@@ -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