summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-27 20:24:17 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-27 20:26:31 +0300
commit26c50a267091864d2d2dd14a1cc3447780f0a77d (patch)
treec4c8e546d8837bf4f8dee2e7ca6cf281acc1b851 /cider.el
parentb9d9fdb0388f937ba2e04644c167971825797732 (diff)
Add CIDER wrappers for nrepl-send-request and nrepl-send-sync-request
One more step towards decoupling CIDER and nrepl-client.
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 0d72ac28..90575365 100644
--- a/cider.el
+++ b/cider.el
@@ -215,7 +215,7 @@ REPL started by the server process filter."
(with-current-buffer cljs-buffer
(setq cider-repl-type "cljs")
(setq nrepl-sibling-buffer-alist alist)
- (nrepl-send-request
+ (cider-nrepl-send-request
(list "op" "eval"
"ns" (cider-current-ns)
"session" nrepl-session