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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/kiwix e3b9b50 10/10: declare helm, ivy functions to fix


From: Stefan Monnier
Subject: [elpa] externals/kiwix e3b9b50 10/10: declare helm, ivy functions to fix byte-compiler warnings
Date: Wed, 30 Dec 2020 16:32:23 -0500 (EST)

branch: externals/kiwix
commit e3b9b50a75b8d1377f6cd139d8a4aeaf3e7d1dc5
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    declare helm, ivy functions to fix byte-compiler warnings
---
 kiwix.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index 0941cf3..ee317f7 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -134,6 +134,10 @@ Currently Ivy ('ivy) and Helm ('helm) both supported."
           (const :tag "xwidget browser" xwidget-webkit-browse-url))
   :safe #'symbolp)
 
+(declare-function helm "helm")
+(declare-function helm-build-async-source "helm")
+(declare-function ivy-read "ivy")
+
 (defun kiwix--get-library-name (file)
   "Extract library name from library file."
   (replace-regexp-in-string "\\.zim\\'" "" file))



reply via email to

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