From: Artur Malabarba Date: Wed, 8 Apr 2015 21:59:55 +0000 (+0100) Subject: * lisp/emacs-lisp/package.el: Use mode-line-process for notification X-Git-Tag: emacs-25.0.90~2509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c1daad42c643d71fa022b35512457c9e4fbb8b6d;p=emacs.git * lisp/emacs-lisp/package.el: Use mode-line-process for notification --- 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}" - (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)