branch: externals/el-job
commit 7efad4c8c83ab0dd08f757bc82632010751d3fed
Author: Martin Edström <meedst...@runbox.eu>
Commit: Martin Edström <meedst...@runbox.eu>

    Polish
---
 el-job-ng.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/el-job-ng.el b/el-job-ng.el
index e66bae7abc..f227c1518f 100644
--- a/el-job-ng.el
+++ b/el-job-ng.el
@@ -302,7 +302,7 @@ ID can also be passed to these helpers:
                             forms "\n"
                             func "\n"
                             (prin1-to-string (pop input-sets)) "\n")
-                    (send-region proc (point-min) (point-max))
+                    (process-send-region proc (point-min) (point-max))
                     (when (>= el-job-ng--debug-lvl 2)
                       (clone-buffer (format "*cloned: %s*" (buffer-name))))
                     (erase-buffer))))

Reply via email to