* lisp/emacs-lisp/package.el (package-refresh-contents): Add a message at
the end so it does not appear to have hanged.
+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
(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.