Przeglądaj źródła

Fix compiler warning.

Bastien Guerry 12 lat temu
rodzic
commit
f8aab87141
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      lisp/ob-eval.el

+ 1 - 0
lisp/ob-eval.el

@@ -30,6 +30,7 @@
 (eval-when-compile (require 'cl))
 (eval-when-compile (require 'cl))
 
 
 (defvar org-babel-error-buffer-name "*Org-Babel Error Output*")
 (defvar org-babel-error-buffer-name "*Org-Babel Error Output*")
+(declare-function org-babel-temp-file "ob-core" (prefix &optional suffix))
 
 
 (defun org-babel-eval-error-notify (exit-code stderr)
 (defun org-babel-eval-error-notify (exit-code stderr)
   "Open a buffer to display STDERR and a message with the value of EXIT-CODE."
   "Open a buffer to display STDERR and a message with the value of EXIT-CODE."