emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master c1daad4: * lisp/emacs-lisp/package.el: Use mode-lin


From: Artur Malabarba
Subject: [Emacs-diffs] master c1daad4: * lisp/emacs-lisp/package.el: Use mode-line-process for notification
Date: Thu, 09 Apr 2015 23:49:36 +0000

branch: master
commit c1daad42c643d71fa022b35512457c9e4fbb8b6d
Author: Artur Malabarba <address@hidden>
Commit: Artur Malabarba <address@hidden>

    * lisp/emacs-lisp/package.el: Use mode-line-process for notification
---
 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 fa80ffe..40d02f8 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]