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

    Small fix
---
 el-job.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-job.el b/el-job.el
index 3809c41e44..ae29f30e01 100644
--- a/el-job.el
+++ b/el-job.el
@@ -518,7 +518,7 @@ For the rest of the arguments, see `el-job-launch'."
            (ident (or .id (number-to-string (abs (sxhash .spawn-args))))))
       (setf .stderr
             (with-current-buffer
-                (get-buffer-create (format " *el-job-%s:err*" .id) t)
+                (get-buffer-create (format " *el-job-%s:err*" ident) t)
               (setq-local el-job-here job)
               (erase-buffer)
               (current-buffer)))

Reply via email to