branch: externals/kiwix
commit a3ec3a96d5a089408d72da0c984b273effd8ef93
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    fix void function `org-link-set-parameters` when Emacs loads.
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 06e8b92..df863bd 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -35,7 +35,7 @@
 (require 'cl-lib)
 ;; load for `org-link-set-parameters'
 (require 'org)
-(autoload 'org-link-set-parameters "org")
+(declare-function 'org-link-set-parameters "org")
 
 (defgroup kiwix nil
   "Kiwix customization options."

Reply via email to