branch: externals/kiwix
commit bf128fb62de068d6e0f0b869565b9d6941fc01e5
Merge: cc86dc7 4102205
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    Merge branch 'hotfix/void-function_org-link-set-parameters'
---
 kiwix.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index cd47a28..9683109 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -33,7 +33,9 @@
 
 
 (require 'cl-lib)
-(require 'org) ; load for `org-link-set-parameters'
+;; load for `org-link-set-parameters'
+(require 'org)
+(autoload 'org-link-set-parameters "org")
 
 (defgroup kiwix nil
   "Kiwix customization options.")

Reply via email to