From f8aab8714123ef0b025e41dba228cde26bb4d17b Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Thu, 20 Dec 2012 19:01:17 +0100 Subject: [PATCH] Fix compiler warning. --- lisp/ob-eval.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/ob-eval.el b/lisp/ob-eval.el index 5489c0806..23e71433d 100644 --- a/lisp/ob-eval.el +++ b/lisp/ob-eval.el @@ -30,6 +30,7 @@ (eval-when-compile (require 'cl)) (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) "Open a buffer to display STDERR and a message with the value of EXIT-CODE."