projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc7fc42
)
Declare package-read-all-archive-contents
author
Philipp Stephani
<phst@google.com>
Mon, 31 Oct 2016 17:22:03 +0000
(18:22 +0100)
committer
Philipp Stephani
<phst@google.com>
Mon, 31 Oct 2016 17:22:03 +0000
(18:22 +0100)
Fixes https://github.com/jwiegley/use-package/issues/398
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index 4928ece0b0d7a922a36f9286168e87097f589f90..fb92010eaa5ef2011025753ce80f4953e2829c1e 100644
(file)
--- 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'."