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

    Revert mistake (fix org-node issue #71)
---
 el-job.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/el-job.el b/el-job.el
index 5d15a34fd8..485f894391 100644
--- a/el-job.el
+++ b/el-job.el
@@ -550,7 +550,8 @@ For the rest of the arguments, see `el-job-launch'."
                     :stderr .stderr
                     :buffer (with-current-buffer
                                 (get-buffer-create (format " *el-job-%s:%d*" 
.id i) t)
-                              (set-buffer-multibyte t))
+                              (set-buffer-multibyte t)
+                              (current-buffer))
                     :command command
                     :sentinel #'ignore))
         (when (string-suffix-p ">" (process-name proc))

Reply via email to