Explorar o código

ob-coq.el: Declare external functions

Bastien Guerry %!s(int64=11) %!d(string=hai) anos
pai
achega
c9e6a07cdf
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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.")