* lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification

while dowloading information.
This commit is contained in:
Artur Malabarba 2015-04-08 19:27:45 +01:00
parent 0465c9dd42
commit a480a51f24

View file

@ -2325,6 +2325,10 @@ will be deleted."
Letters do not insert themselves; instead, they are commands.
\\<package-menu-mode-map>
\\{package-menu-mode-map}"
(setq mode-line-buffer-identification
(list 'package--downloads-in-progress
(propertized-buffer-identification "[Loading...]")
mode-line-buffer-identification))
(setq tabulated-list-format
`[("Package" 18 package-menu--name-predicate)
("Version" 13 nil)