branch: elpa
commit 630708b1505df3688d44c1ee2233ea274a3e599b
Merge: 06f0ec7 4f78c0c
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Merge branch 'master' of github.com:jwiegley/emacs-async
---
 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)

Reply via email to