Browse Source

ob-clojure: Silence byte-compiler

Nicolas Goaziou 9 years ago
parent
commit
c0c16b88fa
1 changed files with 2 additions and 0 deletions
  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))