branch: master
commit 4db2273e6531c85ce315638e3d19db35ed4cce78
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    * async-bytecomp.el: Revert previous change in package--compile.
---
 async-bytecomp.el |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/async-bytecomp.el b/async-bytecomp.el
index d4da424..b7e8ae5 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -89,10 +89,7 @@
 
 (defadvice package--compile (around byte-compile-async activate)
   (package-activate-1 pkg-desc)
-  (let ((compfn (if (fboundp 'async-byte-recompile-directory)
-                    #'async-byte-recompile-directory
-                    #'byte-recompile-directory)))
-    (funcall compfn (package-desc-dir pkg-desc) 0 t)))
+  (async-byte-recompile-directory (package-desc-dir pkg-desc) 0 t))
 
 (provide 'async-bytecomp)
 

Reply via email to