emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/org 52f29d4da3: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org 52f29d4da3: Merge branch 'bugfix'
Date: Wed, 18 Jan 2023 04:58:34 -0500 (EST)

branch: externals/org
commit 52f29d4da3eb0f100f1dc3c2f0feca234b01da95
Merge: f8a601f800 cbb288eaa5
Author: Ihor Radchenko <yantar92@posteo.net>
Commit: Ihor Radchenko <yantar92@posteo.net>

    Merge branch 'bugfix'
---
 lisp/ob-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/ob-core.el b/lisp/ob-core.el
index 5d5edadd21..255a767bba 100644
--- a/lisp/ob-core.el
+++ b/lisp/ob-core.el
@@ -3276,7 +3276,7 @@ Emacs shutdown.")
       (while (or (not dir) (file-exists-p dir))
         (setq dir (expand-file-name
                    (format "babel-stable-%d" (random 1000))
-                   (temporary-file-directory))))
+                   temporary-file-directory)))
       (make-directory dir)
       dir))
   "Directory to hold temporary files created to execute code blocks.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]