diff options
author | Philipp Stephani <phst@google.com> | 2016-10-31 18:22:03 +0100 |
---|---|---|
committer | Philipp Stephani <phst@google.com> | 2016-10-31 18:22:03 +0100 |
commit | baa9e25a6bbccf1a213e81beab76520b0d8d1e31 (patch) | |
tree | 42bb3362ee541de2941700b38a45295f675dab87 /lisp/use-package/use-package.el | |
parent | fc7fc42f13549fa78c1829c2e3ce05dea5019a6c (diff) | |
download | emacs-baa9e25a6bbccf1a213e81beab76520b0d8d1e31.tar.gz emacs-baa9e25a6bbccf1a213e81beab76520b0d8d1e31.tar.bz2 emacs-baa9e25a6bbccf1a213e81beab76520b0d8d1e31.zip |
Declare package-read-all-archive-contents
Fixes https://github.com/jwiegley/use-package/issues/398
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 1 |
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'." |