1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Declare package-read-all-archive-contents

Fixes https://github.com/jwiegley/use-package/issues/398
This commit is contained in:
Philipp Stephani 2016-10-31 18:22:03 +01:00
parent fc7fc42f13
commit baa9e25a6b

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'."