branch: elpa/helm
commit d5c01619cdc3d17d3478e82f3e111267a66064eb
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    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