branch: externals/kiwix commit 207eb5fc3c60973b993c4e566597576fcd3156b6 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: stardiviner <numbch...@gmail.com>
Fix .zim files matching in candidates --- kiwix.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiwix.el b/kiwix.el index 12ac122..44c0cfd 100644 --- a/kiwix.el +++ b/kiwix.el @@ -135,7 +135,7 @@ ;;;###autoload (defun kiwix--get-library-name (file) "Extract library name from library file." - (replace-regexp-in-string "\.zim" "" file)) + (replace-regexp-in-string "\\.zim\\'" "" file)) (defun kiwix-get-libraries () "Check out all available Kiwix libraries."