]> code.delx.au - gnu-emacs-elpa/commitdiff
* async-bytecomp.el (package--compile): load async-bytecomp.
authorThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 1 Oct 2014 08:51:54 +0000 (10:51 +0200)
committerThierry Volpiatto <thierry.volpiatto@gmail.com>
Wed, 1 Oct 2014 08:51:54 +0000 (10:51 +0200)
This is needed when reinstalling async package.

async-bytecomp.el

index 60d89f0d302d5beed0ad6450019879314d07f92d..d229eb8cd3999fd61d589478afed30ae88ae1c73 100644 (file)
@@ -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)