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

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

[elpa] externals/kiwix 0a048c1 2/6: Use correct variable name in ‘kiwix


From: Stefan Monnier
Subject: [elpa] externals/kiwix 0a048c1 2/6: Use correct variable name in ‘kiwix-launch-server’
Date: Thu, 7 Oct 2021 08:33:51 -0400 (EDT)

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

    Use correct variable name in ‘kiwix-launch-server’
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index 5364c68..a97f43c 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -222,7 +222,7 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’."
 (defun kiwix-launch-server ()
   "Launch Kiwix server."
   (interactive)
-  (let ((library-path kiwix-default-library-dir))
+  (let ((library-path kiwix-zim-dir))
     (cl-case kiwix-server-type
       ('docker-remote
        (message "kiwix-serve service is started by user manually at other 
place."))



reply via email to

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