From d990787835d901cf6abb3090d5f1bf987e26ecb4 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Wed, 1 Oct 2014 10:51:54 +0200 Subject: [PATCH] * async-bytecomp.el (package--compile): load async-bytecomp. This is needed when reinstalling async package. --- async-bytecomp.el | 1 + 1 file changed, 1 insertion(+) diff --git a/async-bytecomp.el b/async-bytecomp.el index 60d89f0d3..d229eb8cd 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) -- 2.39.2