]> code.delx.au - gnu-emacs-elpa/commitdiff
* async-bytecomp.el (package--compile): Fix typo.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 12 Apr 2015 15:14:17 +0000 (17:14 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Sun, 12 Apr 2015 15:14:17 +0000 (17:14 +0200)
async-bytecomp.el

index 031ece71c645e2291bdc307bef46f6daf7be4a69..093e377f8d59927306b99bfe66ca79da4b4e2ed4 100644 (file)
@@ -133,7 +133,7 @@ All *.elc files are systematically deleted before proceeding."
 
 (defadvice package--compile (around byte-compile-async activate)
   (let ((cur-package (package-desc-name pkg-desc)))
-    (if (or (eq async-bytecomp-get-allowed-pkgs 'all)
+    (if (or (eq async-bytecomp-allowed-packages 'all)
             (memq cur-package (async-bytecomp-get-allowed-pkgs)))
         (progn
           (when (eq cur-package 'async)