branch: elpa/git-commit
commit 94aca04dc8f938cd1d9b180e3a72700d00f8546c
Author: Jonas Bernoulli <jo...@bernoul.li>
Commit: Jonas Bernoulli <jo...@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