Merge branch 'master' into call-hooks-even-if-no-config

This commit is contained in:
John Wiegley 2020-06-18 11:03:35 -07:00 committed by GitHub
commit 203d15e34e

View file

@ -1030,7 +1030,7 @@ meaning:
"Show current statistics gathered about use-package declarations." "Show current statistics gathered about use-package declarations."
(setq tabulated-list-format (setq tabulated-list-format
;; The sum of column width is 80 characters: ;; The sum of column width is 80 characters:
#[("Package" 25 t) [("Package" 25 t)
("Status" 13 t) ("Status" 13 t)
("Last Event" 23 t) ("Last Event" 23 t)
("Time" 10 t)]) ("Time" 10 t)])