Преглед на файлове

ob-coq.el: Declare external functions

Bastien Guerry преди 11 години
родител
ревизия
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.")