summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r--lisp/emacs-lisp/package.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 0d001bff4cf..d34dfbc0475 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1717,7 +1717,8 @@ and make them available for download."
(error (message "Failed to download `%s' archive."
(car archive)))))
(package-read-all-archive-contents)
- (package--build-compatibility-table))
+ (package--build-compatibility-table)
+ (message "Package refersh done"))
(defun package--find-non-dependencies ()
"Return a list of installed packages which are not dependencies.