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

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

[elpa] externals/kiwix 64ca93a 05/10: remove un-necessary the append t a


From: Stefan Monnier
Subject: [elpa] externals/kiwix 64ca93a 05/10: remove un-necessary the append t argument
Date: Wed, 30 Dec 2020 16:32:22 -0500 (EST)

branch: externals/kiwix
commit 64ca93a843f4b07b54a65945946cf3b900450c78
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: stardiviner <numbchild@gmail.com>

    remove un-necessary the append t argument
---
 org-kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/org-kiwix.el b/org-kiwix.el
index 999bf01..8dbfd77 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -144,7 +144,7 @@
                            :store #'org-wikipedia-store-link
                            :export #'org-wikipedia-export-link
                            :complete #'org-wikipedia-complete-link)
-  (add-hook 'org-store-link-functions 'org-wikipedia-store-link t))
+  (add-hook 'org-store-link-functions 'org-wikipedia-store-link))
 
 
 



reply via email to

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