[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.
- [nongnu] elpa/el-job 43e7702fac 022/143: Try to fix org-node issue #70, (continued)
- [nongnu] elpa/el-job 43e7702fac 022/143: Try to fix org-node issue #70, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6d6445cc16 033/143: Try fix org-node#78, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 10ba5197e3 032/143: Add an error-catch, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job e90fd07c3c 031/143: Add a test, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 5c28a27d99 034/143: Some new function names, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6c5879c74b 036/143: Hotfix, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job aa852eaf10 039/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 881d0ec3a2 041/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job b93884c3cd 076/143: Add a Package-Version, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 7184447ab3 083/143: Release version 1.0.5, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 310da7e3ba 077/143: Fix deprecated arg handling,
ELPA Syncer <=
- [nongnu] elpa/el-job 252c669cd5 042/143: Move code around, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job aa435ef02b 047/143: Rename :wrapup to :callback, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 36032b3ad5 050/143: Rename subroutine: receive -> handle-output, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 40b052f630 057/143: Remove :method in favor of just :keepalive, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job dcdb3d8121 059/143: Fix likely bug with :wrapup not being called, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 6fd663e6ce 075/143: Readme, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 1f610a4609 048/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 91444518a8 051/143: Polish, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job e52b70fd12 108/143: Do not spawn more processes than needed, ELPA Syncer, 2025/03/21
- [nongnu] elpa/el-job 8709f89efa 053/143: Prevent some compiler complaints, ELPA Syncer, 2025/03/21