Merge pull request from phst/bug398

Declare package-read-all-archive-contents
GitHub-reference: https://github.com/jwiegley/use-package/issues/402
This commit is contained in:
John Wiegley 2016-10-31 10:25:04 -07:00 committed by GitHub
commit 42b7a774cf

View file

@ -47,6 +47,7 @@
(eval-when-compile (require 'regexp-opt))
(declare-function package-installed-p "package")
(declare-function package-read-all-archive-contents "package" ())
(defgroup use-package nil
"A use-package declaration for simplifying your `.emacs'."