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

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

[nongnu] elpa/git-commit d58214a702 12/20: magit-file-section-map: Add c


From: ELPA Syncer
Subject: [nongnu] elpa/git-commit d58214a702 12/20: magit-file-section-map: Add comment
Date: Sun, 28 Apr 2024 16:03:26 -0400 (EDT)

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

    magit-file-section-map: Add comment
---
 lisp/magit-diff.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/magit-diff.el b/lisp/magit-diff.el
index a64d4d6e43..1818c20e97 100644
--- a/lisp/magit-diff.el
+++ b/lisp/magit-diff.el
@@ -2086,6 +2086,8 @@ keymap is the parent of their keymaps."
                                               '(unstaged staged))))))
 
 (defvar-keymap magit-file-section-map
+  ;; Even though this derived map doesn't add any bindings by default,
+  ;; it is quite possible that some users would want to add their own.
   :doc "Keymap for `file' sections."
   :parent magit-diff-section-base-map)
 



reply via email to

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