Fixes: debbugs:17879

* lisp/emacs-lisp/package.el (package-refresh-contents): Add a message at
the end so it does not appear to have hanged.
This commit is contained in:
Jan D 2015-03-28 12:15:18 +01:00
parent 7dc565a2cf
commit 733a9f114c
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-03-28 Jan Djärv <jan.h.d@swipnet.se>
* emacs-lisp/package.el (package-refresh-contents): Add a message at
the end so it does not appear to have hanged (Bug#17879).
2015-03-27 Wolfgang Jenkner <wjenkner@inode.at>
* font-lock.el (font-lock--remove-face-from-text-property): New

View file

@ -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.