branch: externals/el-job
commit 310da7e3ba41387477b896e4f93f2613532cd2d6
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>
Fix deprecated arg handling
---
el-job.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/el-job.el b/el-job.el
index e3c94e8729..c4227c8e82 100644
--- a/el-job.el
+++ b/el-job.el
@@ -318,7 +318,8 @@ with one character of your choosing, such as a dot."
inject-vars
inputs
funcall-per-input
- callback )
+ callback
+ &allow-other-keys )
"Run FUNCALL-PER-INPUT in one or more headless Elisp processes.
Then merge the return values \(lists of N lists) into one list
\(of N lists) and pass it to CALLBACK.