aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/emacs-lisp/package.el5
1 files changed, 1 insertions, 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."
2325Letters do not insert themselves; instead, they are commands. 2325Letters do not insert themselves; instead, they are commands.
2326\\<package-menu-mode-map> 2326\\<package-menu-mode-map>
2327\\{package-menu-mode-map}" 2327\\{package-menu-mode-map}"
2328 (setq mode-line-buffer-identification 2328 (setq mode-line-process '(package--downloads-in-progress ":Loading"))
2329 (list 'package--downloads-in-progress
2330 (propertized-buffer-identification "[Loading...]")
2331 mode-line-buffer-identification))
2332 (setq tabulated-list-format 2329 (setq tabulated-list-format
2333 `[("Package" 18 package-menu--name-predicate) 2330 `[("Package" 18 package-menu--name-predicate)
2334 ("Version" 13 nil) 2331 ("Version" 13 nil)