branch: master
commit 2235bc994836d83672d03603a2c93e35f9301f71
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Inject bytecomp variables (#44).
* async-bytecomp.el (async-byte-recompile-directory): Do it.
---
async-bytecomp.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index d229eb8..8920c22 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)