branch: elpa/helm
commit 615b6136188d6e90ae1217dc68b4fc4333abee4e
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Comment only
---
 helm-occur.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/helm-occur.el b/helm-occur.el
index 97305d9dc7..0f3e42e0cf 100644
--- a/helm-occur.el
+++ b/helm-occur.el
@@ -172,6 +172,9 @@ This happen only in `helm-source-occur' which is always 
related to
               (string-equal helm-pattern ""))
     (with-helm-window
       (let ((lst '())
+            ;; `helm-source-occur' name is "Helm occur" when using `helm-occur'
+            ;; command (searching and starting from current-buffer), whereas it
+            ;; has the name of current-buffer when using `helm-multi-occur-1'.
             (name (helm-get-attr 'name helm-source-occur))
             closest beg end)
         (while-no-input

Reply via email to