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

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

[elpa] externals/kiwix acb1301 5/6: There should be a slash between ‘ki


From: Stefan Monnier
Subject: [elpa] externals/kiwix acb1301 5/6: There should be a slash between ‘kiwix-zim-dir’ ‘library.xml’
Date: Thu, 7 Oct 2021 08:33:51 -0400 (EDT)

branch: externals/kiwix
commit acb13012d04f29ac84d535b6c64f743124449722
Author: Matt Beshara <m@mfa.pw>
Commit: Matt Beshara <m@mfa.pw>

    There should be a slash between ‘kiwix-zim-dir’ ‘library.xml’
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index f0bc13d..7fc0232 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -245,7 +245,7 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’."
               " *kiwix server*"
               kiwix-server-command
               "--port" (number-to-string kiwix-server-port)
-              "--library" (concat kiwix-zim-dir "library.xml")))))))
+              "--library" (concat kiwix-zim-dir "/library.xml")))))))
 
 (defun kiwix-stop-local-server ()
   "Stops a Kiwix server started by ‘kiwix-launch-server’."



reply via email to

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