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

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

[nongnu] elpa/helm 247e7f3dd7 1/2: Reenable a cl-dolist where needed (#2


From: ELPA Syncer
Subject: [nongnu] elpa/helm 247e7f3dd7 1/2: Reenable a cl-dolist where needed (#2584)
Date: Sun, 15 Jan 2023 11:59:44 -0500 (EST)

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

    Reenable a cl-dolist where needed (#2584)
    
    Indeed I missed a cl-return used in this block, thanks to @malb to
    "catch" :-) this.
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 95c9fcd38e..35c31eb5da 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -5342,7 +5342,7 @@ This will work only in Emacs-26+, i.e. Emacs versions 
that have
     (helm-output-filter--post-process)))
 
 (defun helm-output-filter--process-source (process output-string source limit)
-  (dolist (candidate (helm-transform-candidates
+  (cl-dolist (candidate (helm-transform-candidates
                          (helm-output-filter--collect-candidates
                           (split-string output-string
                                         
helm-process-output-split-string-separator)



reply via email to

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