Просмотр исходного кода

ob-coq.el: Declare external functions

Bastien Guerry 11 лет назад
Родитель
Сommit
c9e6a07cdf
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      lisp/ob-coq.el

+ 3 - 0
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.")