branch: elpa/git-commit commit 9de320df6efe8cf8215fb7fbd61b902bc4f9050b Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
magit-{repolist,submodule-list}-columns: Cosmetics --- lisp/magit-repos.el | 6 ++++-- lisp/magit-submodule.el | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/magit-repos.el b/lisp/magit-repos.el index aed56e3c0d..95fbd65357 100644 --- a/lisp/magit-repos.el +++ b/lisp/magit-repos.el @@ -65,7 +65,8 @@ This option controls which repositories are being listed by :options '(hl-line-mode)) (defcustom magit-repolist-columns - '(("Name" 25 magit-repolist-column-ident nil) + '(("Name" 25 magit-repolist-column-ident + ()) ("Version" 25 magit-repolist-column-version ((:sort magit-repolist-version<))) ("B<U" 3 magit-repolist-column-unpulled-from-upstream @@ -76,7 +77,8 @@ This option controls which repositories are being listed by (;; (:help-echo "Local changes not in upstream") (:right-align t) (:sort <))) - ("Path" 99 magit-repolist-column-path nil)) + ("Path" 99 magit-repolist-column-path + ())) "List of columns displayed by `magit-list-repositories'. Each element has the form (HEADER WIDTH FORMAT PROPS). diff --git a/lisp/magit-submodule.el b/lisp/magit-submodule.el index 2c2e946f99..336a6ec0e3 100644 --- a/lisp/magit-submodule.el +++ b/lisp/magit-submodule.el @@ -62,10 +62,12 @@ is inserted. If it is nil, then all sections listed in :options '(hl-line-mode)) (defcustom magit-submodule-list-columns - '(("Path" 25 magit-modulelist-column-path nil) + '(("Path" 25 magit-modulelist-column-path + ()) ("Version" 25 magit-repolist-column-version ((:sort magit-repolist-version<))) - ("Branch" 20 magit-repolist-column-branch nil) + ("Branch" 20 magit-repolist-column-branch + ()) ("B<U" 3 magit-repolist-column-unpulled-from-upstream ((:right-align t) (:sort <)))