branch: master
commit d990787835d901cf6abb3090d5f1bf987e26ecb4
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
* async-bytecomp.el (package--compile): load async-bytecomp.
This is needed when reinstalling async package.
---
async-bytecomp.el | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 60d89f0..d229eb8 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -99,6 +99,7 @@
;; for the rest (i.e installing info) it is done anyway after
;; compilation in package-activate (force arg).
(package-activate-1 pkg-desc)
+ (load "async-bytecomp")
(async-byte-recompile-directory (package-desc-dir pkg-desc) 0 t t))
(provide 'async-bytecomp)