[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 3d6e5f14a0 1/2: Revert "Fix error in exact search fn"
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 3d6e5f14a0 1/2: Revert "Fix error in exact search fn" |
Date: |
Sun, 10 Sep 2023 01:00:14 -0400 (EDT) |
branch: elpa/helm
commit 3d6e5f14a0b9b7cab9e5831a828314ba3ec7629d
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Revert "Fix error in exact search fn"
This reverts commit b6e382861ca0e8df8759a57edf478fbf617ae358.
---
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 da2a25319c..e4d143e630 100644
--- a/helm-multi-match.el
+++ b/helm-multi-match.el
@@ -108,7 +108,7 @@ If GREP-SPACE is used translate escaped space to \"\\s\"
instead of \"\\s-\"."
(defun helm-mm-exact-search (pattern &rest _ignore)
(and (search-forward (helm-mm-exact-get-pattern pattern) nil t)
- (forward-line 1)))
+ (forward-line -1)))
;;; Prefix match