branch: master
commit a97aa4c5141831fb9690e2ffee26acce49e4cbf2
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Don't call package-activate-1 in package--compile.
* async-bytecomp.el (package--compile): Do it.
---
async-bytecomp.el | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 0daa079..0452be3 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -144,7 +144,6 @@ All *.elc files are systematically deleted before
proceeding."
(progn
(when (eq cur-package 'async)
(fmakunbound 'async-byte-recompile-directory))
- (package-activate-1 pkg-desc)
(load "async-bytecomp") ; emacs-24.3 don't reload new files.
(async-byte-recompile-directory (package-desc-dir pkg-desc) t))
ad-do-it)))