branch: externals/el-job
commit a400514e3c4907e0b997185d06ea8b4ecf5b0145
Author: Martin Edström <meedst...@runbox.eu>
Commit: Martin Edström <meedst...@runbox.eu>

    As Stefan said, that's a dolist
---
 el-job.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/el-job.el b/el-job.el
index 5d6006a7a8..c191014ac9 100644
--- a/el-job.el
+++ b/el-job.el
@@ -594,8 +594,7 @@ should trigger `el-job--handle-output'."
             (print-symbols-bare t)
             (print-escape-newlines t)
             items proc)
-        (while splits
-          (setq items (pop splits))
+        (dolist (items splits)
           (setq proc (pop .ready))
           (push proc .busy)
           (push (process-buffer proc) busy-bufs)

Reply via email to