branch: externals/kiwix commit e3b9b50a75b8d1377f6cd139d8a4aeaf3e7d1dc5 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@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))