branch: externals/el-job
commit 8ee28b3906c7de7c0fbd72de966af86b5e55bcb2
Author: Martin Edström <[email protected]>
Commit: Martin Edström <[email protected]>

    Stop injecting value of temporary-file-directory
    
    Not strictly necessary. Do less not more.
---
 el-job-ng.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/el-job-ng.el b/el-job-ng.el
index 27c02656a0..7ebf5362cf 100644
--- a/el-job-ng.el
+++ b/el-job-ng.el
@@ -219,8 +219,7 @@ ID can also be passed to these helpers:
            when (and (numberp id) (not (el-job-ng-busy-p id)))
            do (remhash id el-job-ng--jobs))
 
-  (setq inject-vars (append (el-job-ng-vars '(temporary-file-directory
-                                              load-path
+  (setq inject-vars (append (el-job-ng-vars '(load-path
                                               native-comp-eln-load-path))
                             inject-vars))
   (setq id (or id (abs (random))))

Reply via email to