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

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

[elpa] externals/kiwix f49557d 11/18: Fix format three fields


From: Stefan Monnier
Subject: [elpa] externals/kiwix f49557d 11/18: Fix format three fields
Date: Wed, 4 Aug 2021 18:28:10 -0400 (EDT)

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

    Fix format three fields
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 7659e67..738e3ef 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -361,7 +361,7 @@ list and return a list result."
   "Full context search QUERY in all kiwix ZIM libraries."
   (interactive
    (list (read-string "kiwix full context search in all libraries: ")))
-  (browse-url (format "%s:%s/search?pattern=" kiwix-server-url 
kiwix-server-port query)))
+  (browse-url (format "%s:%s/search?pattern=%s" kiwix-server-url 
kiwix-server-port query)))
 
 ;;;###autoload
 (defun kiwix-at-point ()



reply via email to

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