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

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

[elpa] externals/kiwix 207eb5f 02/10: Fix .zim files matching in candida


From: Stefan Monnier
Subject: [elpa] externals/kiwix 207eb5f 02/10: Fix .zim files matching in candidates
Date: Wed, 30 Dec 2020 16:32:21 -0500 (EST)

branch: externals/kiwix
commit 207eb5fc3c60973b993c4e566597576fcd3156b6
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: stardiviner <numbchild@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."



reply via email to

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