summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-10-31 10:25:04 -0700
committerGitHub <noreply@github.com>2016-10-31 10:25:04 -0700
commit42b7a774cf32827c9604e76d9b19e9016ee209c6 (patch)
treed9c1f641023901d46a12af9462d4e94bbde8eb06
parentc15c616eb16b572cfb4495bd71c2909be243c75c (diff)
parentbaa9e25a6bbccf1a213e81beab76520b0d8d1e31 (diff)
downloademacs-42b7a774cf.tar.gz
Merge pull request from phst/bug398
Declare package-read-all-archive-contents GitHub-reference: https://github.com/jwiegley/use-package/issues/402
-rw-r--r--lisp/use-package/use-package.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index 4928ece0b0d..fb92010eaa5 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -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'."