From c1daad42c643d71fa022b35512457c9e4fbb8b6d Mon Sep 17 00:00:00 2001 From: Artur Malabarba Date: Wed, 8 Apr 2015 22:59:55 +0100 Subject: [PATCH] * lisp/emacs-lisp/package.el: Use mode-line-process for notification --- lisp/emacs-lisp/package.el | 5 +---- 1 file changed, 1 insertion(+), 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}" - (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) -- 2.39.2