]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/emacs-lisp/package.el: Use mode-line-process for notification
authorArtur Malabarba <bruce.connor.am@gmail.com>
Wed, 8 Apr 2015 21:59:55 +0000 (22:59 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Thu, 9 Apr 2015 23:47:05 +0000 (00:47 +0100)
lisp/emacs-lisp/package.el

index fa80ffee01685f0e5e1efd0d794f366742f9cf01..40d02f8cb636fee54ab8e0a6b29344e90e50004a 100644 (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)