emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fbf7dd3: Fix diff-mode-shared-map


From: Lars Ingebrigtsen
Subject: master fbf7dd3: Fix diff-mode-shared-map
Date: Mon, 18 Oct 2021 22:36:11 -0400 (EDT)

branch: master
commit fbf7dd3ccecda778f6ea70d0ad6778b138e73e1d
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 da70ff0..ae1a8b2 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]