branch: elpa/el-job
commit b7f12c4975b61337d10766d53a1552e862e60760
Author: Martin Edström <meedstro...@gmail.com>
Commit: Martin Edström <meedstro...@gmail.com>

    Fix the graceful degradation in case of unexpected code path
---
 el-job.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-job.el b/el-job.el
index 80621f1811..f661a0c55b 100644
--- a/el-job.el
+++ b/el-job.el
@@ -232,7 +232,7 @@ being saddled with a mega-item in addition to the average 
workload."
                           sublists)))))
         sublists)))))
 
-(defun el-job--split-evenly (big-list n)
+(defun el-job--split-evenly (big-list n &optional _)
   "Split BIG-LIST into a list of up to N sublists.
 
 In the unlikely case where BIG-LIST contains N or fewer elements,

Reply via email to