branch: externals/el-job commit 71eeac61b49eabdc8f8fc4182859103b2d8d5bef Author: Martin Edström <meedst...@runbox.eu> Commit: Martin Edström <meedst...@runbox.eu>
Lint --- el-job.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/el-job.el b/el-job.el index a29e705962..0244d96fe6 100644 --- a/el-job.el +++ b/el-job.el @@ -645,10 +645,10 @@ more input in the queue." (el-job--with job ( .busy .ready .input-sets .past-elapsed .result-sets .stderr .queued-inputs .timestamps .id .finish-times .callback ) - (condition-case err (let ((output (read (buffer-string)))) - (setq finish-time (caar output)) - (setq durations (cdar output)) - (setq results (cdr output))) + (condition-case _ (let ((output (read (buffer-string)))) + (setq finish-time (caar output)) + (setq durations (cdar output)) + (setq results (cdr output))) (( error ) (dolist (proc (append .busy .ready)) (delete-process proc))