[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa 00c6f3f 18/26: fix inclusion of bytecomp variables
From: |
Thierry Volpiatto |
Subject: |
[elpa] elpa 00c6f3f 18/26: fix inclusion of bytecomp variables |
Date: |
Fri, 30 Apr 2021 14:35:21 -0400 (EDT) |
branch: elpa
commit 00c6f3f85bb86a8902b07f102e010d49796d8937
Author: Steven Allen <steven@stebalien.com>
Commit: Steven Allen <steven@stebalien.com>
fix inclusion of bytecomp variables
The regexp was inclusing all variables ending with `byte`, not variables
starting with `byte-`.
---
async-bytecomp.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 430d196..6a61ca3 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 a1bd2ac 13/26: untabify and indent-buffer, (continued)
- [elpa] elpa a1bd2ac 13/26: untabify and indent-buffer, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 14f48de 16/26: Fix Makefile, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 630708b 21/26: Merge branch 'master' of github.com:jwiegley/emacs-async, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 718c916 24/26: Merge remote-tracking branch 'elpa/externals/async' into elpa, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 0d01475 25/26: Update version number, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 36a1015 15/26: Change default value of async-bytecomp-allowed-packages to 'all, Thierry Volpiatto, 2021/04/30
- [elpa] elpa d7e7f79 22/26: Update README, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 64bb180 06/26: Fix typos, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 06f0ec7 17/26: Fix typo in previous commit, Thierry Volpiatto, 2021/04/30
- [elpa] elpa fbbba03 11/26: fix package-lint/check-doc/byte-compiler warnings, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 00c6f3f 18/26: fix inclusion of bytecomp variables,
Thierry Volpiatto <=
- [elpa] elpa 943a75c 23/26: Fix paren error in dired-async, Thierry Volpiatto, 2021/04/30
- [elpa] elpa c80976d 04/26: Some rewording of part of README.md, Thierry Volpiatto, 2021/04/30
- [elpa] elpa 0fd5d54 19/26: Make the async byte compile variable injection regexp "shy", Thierry Volpiatto, 2021/04/30
- [elpa] elpa 4f78c0c 20/26: Merge pull request #138 from Stebalien/fix/byte-comp-prefix, Thierry Volpiatto, 2021/04/30
- [elpa] elpa b8df873 26/26: Declare package functions, Thierry Volpiatto, 2021/04/30