branch: master
commit 1f5e89beadf983d8a90abb16a429cf36e57eb48c
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el (package--compile): Fix typo.
---
 async-bytecomp.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index 031ece7..093e377 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -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)

Reply via email to