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

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

[elpa] master d990787 127/187: * async-bytecomp.el (package--compile): l


From: Michael Albinus
Subject: [elpa] master d990787 127/187: * async-bytecomp.el (package--compile): load async-bytecomp.
Date: Wed, 30 Dec 2015 11:50:08 +0000

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

    * 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)



reply via email to

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