emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/el-job 310da7e3ba 077/143: Fix deprecated arg handling


From: ELPA Syncer
Subject: [nongnu] elpa/el-job 310da7e3ba 077/143: Fix deprecated arg handling
Date: Fri, 21 Mar 2025 19:00:31 -0400 (EDT)

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

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]