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

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

[elpa] master 1f5e89b 146/187: * async-bytecomp.el (package--compile): F


From: Michael Albinus
Subject: [elpa] master 1f5e89b 146/187: * async-bytecomp.el (package--compile): Fix typo.
Date: Wed, 30 Dec 2015 11:50:17 +0000

branch: master
commit 1f5e89beadf983d8a90abb16a429cf36e57eb48c
Author: Thierry Volpiatto <address@hidden>
Commit: Thierry Volpiatto <address@hidden>

    * 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

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