Browse Source

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
Eric Schulte 14 years ago
parent
commit
773307d61a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lisp/ob.el

+ 1 - 0
lisp/ob.el

@@ -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)