branch: externals/kiwix
commit d1e8fa23e9634327fb132d024f31f90082eac0e6
Author: stardiviner <numbch...@gmail.com>
Commit: stardiviner <numbch...@gmail.com>

    Fix void variable kiwix-zim-dir
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index f11fddd..7659e67 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -72,7 +72,7 @@
   (file-name-directory
    (concat
     "~/.www.kiwix.org/kiwix"
-    (car (directory-files kiwix-zim-dir nil ".*\\.default\\'")) ; profile 
folder name
+    (car (directory-files "~/.www.kiwix.org/kiwix" nil ".*\\.default\\'")) ; 
profile folder name
     "/data/library/*.zim"))
   "The kiwix ZIM files directory."
   :type 'string

Reply via email to