Skip to content

Commit

Permalink
Declare package-alist in async-bytecomp..
Browse files Browse the repository at this point in the history
  • Loading branch information
Thierry Volpiatto committed Jan 8, 2016
1 parent 568ad03 commit 3ec3fb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions async-bytecomp.el
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,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)
Expand Down

0 comments on commit 3ec3fb6

Please sign in to comment.