branch: externals/el-job commit 6c5879c74bf10203ab6f2c91ca346d28d029e20b Author: Martin Edström <meedstro...@gmail.com> Commit: Martin Edström <meedstro...@gmail.com>
Hotfix --- el-job.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/el-job.el b/el-job.el index 57ff079962..49a295e6fa 100644 --- a/el-job.el +++ b/el-job.el @@ -168,7 +168,7 @@ being saddled with a mega-item in addition to the average workload." ((progn (dolist (item items) (when-let ((dur (gethash item table))) - (setq total-duration (time-add total-dura tion dur)))) + (setq total-duration (time-add total-duration dur)))) (time-equal-p total-duration (time-convert 0 t))) ;; Probably a first-time run (el-job--split-evenly items n))