ob-coq.el: Declare external functions

This commit is contained in:
Bastien Guerry 2014-03-05 15:38:48 +01:00
parent 51718d9674
commit c9e6a07cdf
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@
;;; Code:
(require 'ob)
(declare-function run-coq "ext:coq-inferior.el" (cmd))
(declare-function coq-proc "ext:coq-inferior.el" ())
(defvar org-babel-coq-buffer "*coq*"
"Buffer in which to evaluate coq code blocks.")