]> code.delx.au - gnu-emacs-elpa/commitdiff
Declare package-alist in async-bytecomp..
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Fri, 8 Jan 2016 07:27:35 +0000 (08:27 +0100)
committerJohn Wiegley <johnw@newartisans.com>
Fri, 8 Jan 2016 20:52:13 +0000 (12:52 -0800)
packages/async/async-bytecomp.el

index 81e526b5d30cc34f7497e64235fbe52ddca671a6..54313c0e0120aad049f9e313aa930e22264cc469 100644 (file)
@@ -105,6 +105,7 @@ All *.elc files are systematically deleted before proceeding."
     (unless quiet (message "Started compiling asynchronously directory %s" directory))))
 
 (defvar package-archive-contents)
+(defvar package-alist)
 (declare-function package-desc-reqs "package.el" (cl-x))
 
 (defun async-bytecomp--get-package-deps (pkg &optional only)