branch: elpa
commit b8df873497ffadb8f0e5ebc76689836e970bc0e4
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@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,

Reply via email to