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

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

[nongnu] elpa/helm d5c01619cd: Use helm-re-search-forward in helm-mm-exa


From: ELPA Syncer
Subject: [nongnu] elpa/helm d5c01619cd: Use helm-re-search-forward in helm-mm-exact-search
Date: Thu, 28 Mar 2024 10:00:08 -0400 (EDT)

branch: elpa/helm
commit d5c01619cdc3d17d3478e82f3e111267a66064eb
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Use helm-re-search-forward in helm-mm-exact-search
---
 helm-multi-match.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-multi-match.el b/helm-multi-match.el
index 5f8053f39a..546969e02b 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -104,7 +104,7 @@ If GREP-SPACE is used translate escaped space to \"\\s\" 
instead of \"\\s-\"."
     (string= candidate pattern)))
 
 (defun helm-mm-exact-search (pattern &rest _ignore)
-  (re-search-forward (helm-mm-exact-get-pattern pattern) nil t))
+  (helm-re-search-forward (helm-mm-exact-get-pattern pattern) nil t))
 
 
 ;;; Prefix match



reply via email to

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