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

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

[nongnu] elpa/helm 8f41e8f703 2/3: Fix helm-occur revert-buffer-function


From: ELPA Syncer
Subject: [nongnu] elpa/helm 8f41e8f703 2/3: Fix helm-occur revert-buffer-function with multi match
Date: Thu, 7 Jul 2022 03:58:38 -0400 (EDT)

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

    Fix helm-occur revert-buffer-function with multi match
---
 helm-occur.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-occur.el b/helm-occur.el
index 772964ab4c..1ead0ec5ec 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -639,7 +639,7 @@ numbered.  The property \\='buffer-name is added to the 
whole string."
                           (setq linum (string-to-number (match-string 1))
                                 mpart (match-string 2)))
                      ;; Match part after line number.
-                     when (and mpart (string-match pattern mpart))
+                     when (and mpart (helm-mm-match mpart pattern))
                      for line = (format "%s:%d:%s"
                                         (get-text-property (point) 
'buffer-name)
                                         linum



reply via email to

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