mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-02-08 21:38:10 +00:00
fixing byte-compilation warning in ob.el
Thanks to Achim Gratz for pointing this out * lisp/ob.el (org-babel-temporary-directory): fixing byte-compilation warning in ob.el
This commit is contained in:
parent
4d48d10b6a
commit
773307d61a
@ -1767,6 +1767,7 @@ the file name is additionally processed by
|
||||
((lambda (f) (if no-quote-p f (shell-quote-argument f)))
|
||||
(expand-file-name (org-babel-local-file-name name))))
|
||||
|
||||
(defvar org-babel-temporary-directory)
|
||||
(unless (boundp 'org-babel-temporary-directory)
|
||||
(defvar org-babel-temporary-directory
|
||||
(or (and (boundp 'org-babel-temporary-directory)
|
||||
|
Loading…
x
Reference in New Issue
Block a user