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

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

[elpa] externals/kiwix 06c466e 011/192: fix Kiwix query need to capitali


From: Stefan Monnier
Subject: [elpa] externals/kiwix 06c466e 011/192: fix Kiwix query need to capitalized
Date: Sat, 19 Dec 2020 00:41:23 -0500 (EST)

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

    fix Kiwix query need to capitalized
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 610dc4a..061dc69 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -41,7 +41,7 @@
   (let* ((browser kiwix-browser)
          (kiwix-server "http://127.0.0.1:8000/";)
          (kiwix-library kiwix-default-library)
-         (url (concat kiwix-server kiwix-library "/A/" query ".html")))
+         (url (concat kiwix-server kiwix-library "/A/" (capitalize query) 
".html")))
     (shell-command (concat browser " " url))))
 
 ;;;###autoload



reply via email to

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