소스 검색

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.")