emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/git-commit 94aca04dc8 02/18: magit-module-section: Use cor


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit 94aca04dc8 02/18: magit-module-section: Use correct keymap
Date: Fri, 25 Mar 2022 13:58:19 -0400 (EDT)

branch: elpa/git-commit
commit 94aca04dc8f938cd1d9b180e3a72700d00f8546c
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Jonas Bernoulli <jonas@bernoul.li>

    magit-module-section: Use correct keymap
---
 lisp/magit-base.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/magit-base.el b/lisp/magit-base.el
index e0de9ba37a..78c7ac8030 100644
--- a/lisp/magit-base.el
+++ b/lisp/magit-base.el
@@ -448,7 +448,7 @@ and delay of your graphical environment or operating 
system."
    (header :initform nil)))
 
 (defclass magit-module-section (magit-file-section)
-  ((keymap :initform 'magit-hunk-section-map)
+  ((keymap :initform 'magit-module-section-map)
    (range  :initform nil)))
 
 (defclass magit-hunk-section (magit-section)



reply via email to

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