branch: master
commit 98e347ae19cbef661a978d88bd09e5e1cf03c682
Author: Thierry Volpiatto <thierry.volpia...@gmail.com>
Commit: John Wiegley <jo...@newartisans.com>

    Declare package-alist in async-bytecomp..
---
 packages/async/async-bytecomp.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/async/async-bytecomp.el b/packages/async/async-bytecomp.el
index 81e526b..54313c0 100644
--- a/packages/async/async-bytecomp.el
+++ b/packages/async/async-bytecomp.el
@@ -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)

Reply via email to