summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2014-03-05 15:38:48 +0100
committerBastien Guerry <bzg@altern.org>2014-03-05 15:38:48 +0100
commitc9e6a07cdf3c86bee2c6435cdd813bd11ca2e40f (patch)
tree1c446169ce020b6888f9955476169967ab0cd070
parent51718d9674a9a3ee56636e2713b444f125b4f7ac (diff)
downloadorg-mode-c9e6a07cdf3c86bee2c6435cdd813bd11ca2e40f.tar.gz
ob-coq.el: Declare external functions
-rw-r--r--lisp/ob-coq.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ob-coq.el b/lisp/ob-coq.el
index f9651ca..be3b9f6 100644
--- a/lisp/ob-coq.el
+++ b/lisp/ob-coq.el
@@ -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.")