summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Stephani <phst@google.com>2016-10-31 18:22:03 +0100
committerPhilipp Stephani <phst@google.com>2016-10-31 18:22:03 +0100
commitbaa9e25a6bbccf1a213e81beab76520b0d8d1e31 (patch)
tree42bb3362ee541de2941700b38a45295f675dab87
parentfc7fc42f13549fa78c1829c2e3ce05dea5019a6c (diff)
downloademacs-baa9e25a6b.tar.gz
Declare package-read-all-archive-contents
Fixes https://github.com/jwiegley/use-package/issues/398
-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'."