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

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

[elpa] externals/kiwix a62f9e7 104/192: improve store link result.


From: Stefan Monnier
Subject: [elpa] externals/kiwix a62f9e7 104/192: improve store link result.
Date: Sat, 19 Dec 2020 00:41:42 -0500 (EST)

branch: externals/kiwix
commit a62f9e7c17ab34b183b36ae63408123a75689a5b
Author: stardiviner <numbchild@gmail.com>
Commit: stardiviner <numbchild@gmail.com>

    improve store link result.
---
 kiwix.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 12185a3..b4525cf 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -315,7 +315,8 @@ for query string and library interactively."
       (org-store-link-props
        :type "wikipedia"
        :link link
-       :description query))))
+       :description query)
+      link)))
 
 ;;;###autoload
 (with-eval-after-load "org"



reply via email to

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