From 2235bc994836d83672d03603a2c93e35f9301f71 Mon Sep 17 00:00:00 2001 From: Thierry Volpiatto Date: Tue, 23 Dec 2014 06:51:14 +0100 Subject: [PATCH] Inject bytecomp variables (#44). * async-bytecomp.el (async-byte-recompile-directory): Do it. --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index d229eb8cd..8920c22d3 100644 --- a/async-bytecomp.el +++ b/async-bytecomp.el @@ -77,7 +77,7 @@ (async-start `(lambda () (require 'bytecomp) - ,(async-inject-variables "\\`load-path\\'") + ,(async-inject-variables "\\`\\(load-path\\)\\|byte\\'") (let ((default-directory (file-name-as-directory ,directory)) error-data) (add-to-list 'load-path default-directory) -- 2.39.2