branch: externals/kiwix commit d7c4778775d3db18094f82af5dc30461a40378d2 Author: stardiviner <numbch...@gmail.com> Commit: stardiviner <numbch...@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."