diff options
| author | Martin Edström <meedstrom@runbox.eu> | 2026-02-28 08:28:44 +0100 |
|---|---|---|
| committer | Martin Edström <meedstrom@runbox.eu> | 2026-02-28 08:28:52 +0100 |
| commit | c8daf00540302492cd06c68b6f6351a223a2d03b (patch) | |
| tree | 7c91ae6c224924705292f4f7a0b3231510fcfb49 | |
| parent | 5af4975c176477cfe5f864bb9b402d8a8f2a074a (diff) | |
Style
| -rw-r--r-- | el-job-ng.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/el-job-ng.el b/el-job-ng.el index 8aa3bdf..ffe253d 100644 --- a/el-job-ng.el +++ b/el-job-ng.el @@ -383,7 +383,7 @@ and run `el-job-ng--handle-finished-child'." (format "el-job id: %S" id))) (info+tip (concat info "\n" (format "tip: check the hidden buffer named (note leading space): \"%s\"" - (buffer-name (and job (oref job stderr))))))) + (and job (buffer-name (oref job stderr))))))) (cond ((not job) (el-job-ng--dbg 0 "Could not find job associated with process %S%s" proc @@ -419,7 +419,7 @@ and run `el-job-ng--handle-finished-child'." "Handle output returned by PROC, presuming that is in buffer BUF. Then kill BUF. Once this has handled all outputs for JOB, run the CALLBACK function -specified in `el-job-ng-run'." +specified by `el-job-ng-run'." (with-slots (id process-outputs callback benchmarks do-bench) job (with-current-buffer buf (unless (and (eobp) (> (point) 2) (eq (char-before) ?\n)) |
