emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa 0fd5d54 19/23: Make the async byte compile variable injectio


From: Thierry Volpiatto
Subject: [elpa] elpa 0fd5d54 19/23: Make the async byte compile variable injection regexp "shy"
Date: Fri, 30 Apr 2021 07:08:08 -0400 (EDT)

branch: elpa
commit 0fd5d54073a9c8727229cad1536e2f15ea737055
Author: Steven Allen <steven@stebalien.com>
Commit: Steven Allen <steven@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]