branch: elpa/magit commit 40041dbdd0d33ec022958a5b4abc81a5e573ec17 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-file-dispatch: Cosmetics --- lisp/magit-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/magit-files.el b/lisp/magit-files.el index 038b49882d..ed65c0ea39 100644 --- a/lisp/magit-files.el +++ b/lisp/magit-files.el @@ -316,7 +316,7 @@ to `magit-dispatch'." ("l" "Log" magit-log-buffer-file :if-not-derived dired-mode) ("l" "Log" magit-dired-log :if-derived dired-mode) ("t" "Trace" magit-log-trace-definition) - (7 "M" "Merged" magit-log-merged)] + ("M" "Merged" magit-log-merged :level 7)] ["" ("B" "Blame..." magit-blame) ("b" "Blame" magit-blame-addition)