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

[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,



reply via email to

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