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

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

[elpa] externals/kiwix 1b9f25b 056/192: add interactively called functio


From: Stefan Monnier
Subject: [elpa] externals/kiwix 1b9f25b 056/192: add interactively called function.
Date: Sat, 19 Dec 2020 00:41:32 -0500 (EST)

branch: externals/kiwix
commit 1b9f25bacf851779b067c691971aaf4a642ef288
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@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

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