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

    Fix
---
 el-job.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-job.el b/el-job.el
index 30694e55a6..2a9d635b12 100644
--- a/el-job.el
+++ b/el-job.el
@@ -582,7 +582,7 @@ should trigger `el-job--handle-output'."
           busy-bufs)
       ;; Sanity check
       (unless (length< splits (1+ (length .ready)))
-        (if (or .busy (null ready) (null splits))
+        (if (or .busy (null .ready) (null splits))
             (error "el-job: Items split in %d lists, but only %d ready 
processes (and %d busy)"
                    (length splits) (length .ready) (length .busy))
           (warn "el-job: Items split in %d lists, but only %d ready processes. 
%s"

Reply via email to