[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa b8df873 26/26: Declare package functions
From: |
Thierry Volpiatto |
Subject: |
[elpa] elpa b8df873 26/26: Declare package functions |
Date: |
Fri, 30 Apr 2021 14:35:23 -0400 (EDT) |
branch: elpa
commit b8df873497ffadb8f0e5ebc76689836e970bc0e4
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Declare package functions
---
async-bytecomp.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/async-bytecomp.el b/async-bytecomp.el
index 037c9d0..8ca7c36 100644
--- a/async-bytecomp.el
+++ b/async-bytecomp.el
@@ -41,6 +41,9 @@
(require 'cl-lib)
(require 'async)
+(declare-function package-desc-name "package.el")
+(declare-function package-desc-dir "package.el")
+
(defcustom async-bytecomp-allowed-packages 'all
"Packages in this list will be compiled asynchronously by `package--compile'.
All the dependencies of these packages will be compiled async too,
- [elpa] elpa 36a1015 15/26: Change default value of async-bytecomp-allowed-packages to 'all, (continued)
- [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, 2021/04/30
- [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 <=