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

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

[elpa] externals/kiwix 6afdefeed3 01/15: Don't need .html in URL constru


From: ELPA Syncer
Subject: [elpa] externals/kiwix 6afdefeed3 01/15: Don't need .html in URL constructor now.
Date: Wed, 7 Dec 2022 19:58:02 -0500 (EST)

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

    Don't need .html in URL constructor now.
---
 org-kiwix.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/org-kiwix.el b/org-kiwix.el
index 4755234734..e0f0e6d452 100644
--- a/org-kiwix.el
+++ b/org-kiwix.el
@@ -102,7 +102,8 @@
                  ;; only capitalize the first word. like: "meta-circular 
interpreter" -> "Meta-circular interpreter"
                  (kiwix-capitalize-first query)
                  nil nil))
-               ".html")))
+               ;; ".html"
+               )))
     ;; (prin1 (format "library: %s, query: %s, url: %s" library query url))
     (browse-url url)))
 



reply via email to

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