diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-08 22:59:55 +0100 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-04-10 00:47:05 +0100 |
commit | c1daad42c643d71fa022b35512457c9e4fbb8b6d (patch) | |
tree | 0d359da42d2a4b7c9a676d3a97eaa1f014298fec /lisp/emacs-lisp/package.el | |
parent | 2957dd68596945581b30a8136f6d219904024fca (diff) | |
download | emacs-c1daad42c643d71fa022b35512457c9e4fbb8b6d.tar.gz emacs-c1daad42c643d71fa022b35512457c9e4fbb8b6d.tar.bz2 emacs-c1daad42c643d71fa022b35512457c9e4fbb8b6d.zip |
* lisp/emacs-lisp/package.el: Use mode-line-process for notification
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index fa80ffee016..40d02f8cb63 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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) |