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

    add interactively called function.
---
 kiwix.el | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kiwix.el b/kiwix.el
index 20c47cd..bd1aef0 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -191,6 +191,11 @@ for query string and library interactively."
       (kiwix-query query library))))
 
 
+;;;###autoload
+(defun kiwix-at-point-interactive ()
+  (interactive)
+  (let ((current-prefix-arg t))
+    (call-interactively 'kiwix-at-point)))
 
 ;;; Support Org-mode
 ;;

Reply via email to