[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa 630708b 21/23: Merge branch 'master' of github.com:jwiegley/
From: |
Thierry Volpiatto |
Subject: |
[elpa] elpa 630708b 21/23: Merge branch 'master' of github.com:jwiegley/emacs-async |
Date: |
Fri, 30 Apr 2021 07:08:09 -0400 (EDT) |
branch: elpa
commit 630708b1505df3688d44c1ee2233ea274a3e599b
Merge: 06f0ec7 4f78c0c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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)
- [elpa] elpa 00c6f3f 18/23: fix inclusion of bytecomp variables, (continued)
- [elpa] elpa 00c6f3f 18/23: fix inclusion of bytecomp variables, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 4f78c0c 20/23: Merge pull request #138 from Stebalien/fix/byte-comp-prefix, Thierry Volpiatto, 2021/04/30
- [elpa] elpa d7e7f79 22/23: Update README, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 943a75c 23/23: Fix paren error in dired-async, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 64bb180 06/23: Fix typos, Thierry Volpiatto, 2021/04/30
- [elpa] elpa d255820 09/23: Merge branch 'master' of github.com:jwiegley/emacs-async, Thierry Volpiatto, 2021/04/30
- [elpa] elpa e81c685 08/23: Update *pkg.el file, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 036b475 12/23: Merge pull request #118 from conao3/fix-warnings, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 11769c1 10/23: Update version in source file as well, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 0fd5d54 19/23: Make the async byte compile variable injection regexp "shy", Thierry Volpiatto, 2021/04/30
- [elpa] elpa 630708b 21/23: Merge branch 'master' of github.com:jwiegley/emacs-async,
Thierry Volpiatto <=