Merge branch 'maint'

This commit is contained in:
Nicolas Goaziou 2015-10-11 23:56:57 +02:00
commit 94f6b8e124
1 changed files with 2 additions and 0 deletions

View File

@ -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))