1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-28 07:45:00 +00:00

* lisp/emacs-lisp/package.el: Use mode-line-process for notification

This commit is contained in:
Artur Malabarba 2015-04-08 22:59:55 +01:00
parent 2957dd6859
commit c1daad42c6

View File

@ -2325,10 +2325,7 @@ 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 mode-line-process '(package--downloads-in-progress ":Loading"))
(setq tabulated-list-format
`[("Package" 18 package-menu--name-predicate)
("Version" 13 nil)