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:
parent
7dc565a2cf
commit
733a9f114c
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue