projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0465c9d
)
* lisp/emacs-lisp/package.el (package-menu-mode): Mode-line notification
author
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 8 Apr 2015 18:27:45 +0000
(19:27 +0100)
committer
Artur Malabarba
<bruce.connor.am@gmail.com>
Wed, 8 Apr 2015 18:27:45 +0000
(19:27 +0100)
while dowloading information.
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 10003c42085995cb9981a20f56b3d7f6df789e8b..fa80ffee01685f0e5e1efd0d794f366742f9cf01 100644
(file)
--- a/
lisp/emacs-lisp/package.el
+++ b/
lisp/emacs-lisp/package.el
@@
-2325,6
+2325,10
@@
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 tabulated-list-format
`[("Package" 18 package-menu--name-predicate)
("Version" 13 nil)