branch: elpa/git-commit commit 9ec92f116cebdabc85b2c66e8495b0facdcb1ad3 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit--insert-modules-logs: Use section type shorthand --- lisp/magit-submodule.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index 73f7442b49..c4c60ef487 100644 --- a/lisp/magit-submodule.el +++ b/lisp/magit-submodule.el @@ -605,7 +605,7 @@ These sections can be expanded to show the respective commits." (let ((default-directory (expand-file-name (file-name-as-directory module)))) (when (magit-file-accessible-directory-p default-directory) - (magit-insert-section sec (magit-module-section module t) + (magit-insert-section sec (module module t) (magit-insert-heading (propertize module 'font-lock-face 'magit-diff-file-heading)