branch: elpa/git-commit
commit 5cf664cd32010d3a5207c09da60e0c8f0c37b496
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>

    git-commit-mode-map: Actually set the parent map
    
    That was the intention in [1: 546071e888].
    
    Closes #5038.
    
    1: 2023-10-27 546071e888db4e4fd2baff116438e8d57b6f127b
       git-commit-mode-map: Factor out redundant bindings
---
 lisp/git-commit.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/git-commit.el b/lisp/git-commit.el
index 9011fe121e..ec79ab76b4 100644
--- a/lisp/git-commit.el
+++ b/lisp/git-commit.el
@@ -413,6 +413,7 @@ the redundant bindings, then set this to nil, before loading
 
 (defvar-keymap git-commit-mode-map
   :doc "Keymap used by `git-commit-mode'."
+  :parent git-commit-redundant-bindings
   "M-p"     #'git-commit-prev-message
   "M-n"     #'git-commit-next-message
   "C-c M-p" #'git-commit-search-message-backward

Reply via email to