emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7616e0c 165/187: Check if pkg is member of package-archive


From: Michael Albinus
Subject: [elpa] master 7616e0c 165/187: Check if pkg is member of package-archive-contents (#51).
Date: Wed, 30 Dec 2015 11:50:24 +0000

branch: master
commit 7616e0c6ab8212c0b08977fb3818608bb1a1c378
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    Check if pkg is member of package-archive-contents (#51).
    
    * async-bytecomp.el (async-bytecomp-get-allowed-pkgs): Do it.
---
 async-bytecomp.el |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 0daa079..ba79d75 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -131,6 +131,7 @@ All *.elc files are systematically deleted before 
proceeding."
              (listp async-bytecomp-allowed-packages))
     (if package-archive-contents
         (cl-loop for p in async-bytecomp-allowed-packages
+                 when (assq p package-archive-contents)
                  append (async-bytecomp--get-package-deps p) into reqs
                  finally return
                  (delete-dups



reply via email to

[Prev in Thread] Current Thread [Next in Thread]