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

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

[elpa] externals/kiwix 7e0b82c 04/18: refresh ZIM libraries list once-ti


From: Stefan Monnier
Subject: [elpa] externals/kiwix 7e0b82c 04/18: refresh ZIM libraries list once-time per package loading
Date: Wed, 4 Aug 2021 18:28:09 -0400 (EDT)

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

    refresh ZIM libraries list once-time per package loading
---
 kiwix.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/kiwix.el b/kiwix.el
index 18c610e..2ab9843 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -175,16 +175,8 @@ Set it to ‘t’ will use Emacs built-in ‘completing-read’."
   "Global variable of currently select library used in anonymous function.
 Like in function `kiwix-ajax-search-hints'.")
 
-;; - examples:
-;; - "wikipedia_en_all" - "wikipedia_en_all_2016-02"
-;; - "wikipedia_zh_all" - "wikipedia_zh_all_2015-17"
-;; - "wiktionary_en_all" - "wiktionary_en_all_2015-17"
-;; - "wiktionary_zh_all" - "wiktionary_zh_all_2015-17"
-;; - "wikipedia_en_medicine" - "wikipedia_en_medicine_2015-17"
-
 (defun kiwix-select-library (&optional filter)
   "Select Kiwix library name."
-  (kiwix-libraries-refresh)
   (completing-read "Kiwix library: " kiwix-libraries nil t filter))
 
 (defcustom kiwix-default-library "wikipedia_en_all.zim"



reply via email to

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