branch: elpa commit 4f78c0c91f640c1c002c23d748a60130126e56e5 Merge: 14f48de 0fd5d54 Author: Thierry Volpiatto <thie...@posteo.net> Commit: GitHub <nore...@github.com>
Merge pull request #138 from Stebalien/fix/byte-comp-prefix fix inclusion of bytecomp variables --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 430d196..8fa10e1 100644 --- a/async-bytecomp.el +++ b/async-bytecomp.el @@ -91,7 +91,7 @@ All *.elc files are systematically deleted before proceeding." (async-start `(lambda () (require 'bytecomp) - ,(async-inject-variables "\\`\\(load-path\\)\\|byte\\'") + ,(async-inject-variables "\\`\\(?:load-path\\'\\|byte-\\)") (let ((default-directory (file-name-as-directory ,directory)) error-data) (add-to-list 'load-path default-directory)