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

    Prevent some compiler complaints
---
 el-job.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/el-job.el b/el-job.el
index 8f69a9f52f..10b4e59482 100644
--- a/el-job.el
+++ b/el-job.el
@@ -360,8 +360,8 @@ with one character of your choosing, such as a dot."
                               method
                               ;; Arguments removed 2025-02-24
                               wrapup
-                              skip-benchmark
-                              eval-once)
+                              _skip-benchmark
+                              _eval-once)
   "Run FUNCALL 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