소스 검색

ob-clojure: Silence byte-compiler

Nicolas Goaziou 9 년 전
부모
커밋
c0c16b88fa
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      lisp/ob-clojure.el

+ 2 - 0
lisp/ob-clojure.el

@@ -43,6 +43,8 @@
 (eval-when-compile
   (require 'cl))
 
+(declare-function cider-current-connection "ext:cider-client" (&optional type))
+(declare-function cider-current-session "ext:cider-client" ())
 (declare-function nrepl-dict-get "ext:nrepl-client" (dict key))
 (declare-function nrepl-sync-request:eval "ext:nrepl-client"
 		  (input connection session &optional ns))