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

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

[elpa] externals/kiwix d7c4778 162/192: select library require matched i


From: Stefan Monnier
Subject: [elpa] externals/kiwix d7c4778 162/192: select library require matched in candidates
Date: Sat, 19 Dec 2020 00:41:52 -0500 (EST)

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

    select library require matched in candidates
---
 kiwix.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kiwix.el b/kiwix.el
index bbffc2d..4711d45 100644
--- a/kiwix.el
+++ b/kiwix.el
@@ -149,7 +149,7 @@ Like in function `kiwix-ajax-search-hints'.")
 
 (defun kiwix-select-library (&optional filter)
   "Select Kiwix library name."
-  (completing-read "Kiwix library: " kiwix-libraries nil nil filter))
+  (completing-read "Kiwix library: " kiwix-libraries nil t filter))
 
 (defcustom kiwix-default-library "wikipedia_en_all.zim"
   "The default kiwix library when library fragment in link not specified."



reply via email to

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