branch: elpa commit 0fd5d54073a9c8727229cad1536e2f15ea737055 Author: Steven Allen <ste...@stebalien.com> Commit: Steven Allen <ste...@stebalien.com>
Make the async byte compile variable injection regexp "shy" The group isn't used. --- async-bytecomp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/async-bytecomp.el b/async-bytecomp.el index 6a61ca3..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)