소스 검색

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 년 전
부모
커밋
773307d61a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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)