summaryrefslogtreecommitdiff
path: root/cider-macroexpansion.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-macroexpansion.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-macroexpansion.el')
-rw-r--r--cider-macroexpansion.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-macroexpansion.el b/cider-macroexpansion.el
index 4349b0a9..223dff50 100644
--- a/cider-macroexpansion.el
+++ b/cider-macroexpansion.el
@@ -72,7 +72,7 @@ The default for DISPLAY-NAMESPACES is taken from
(symbol-name cider-macroexpansion-display-namespaces)))
(append (when cider-macroexpansion-print-metadata
(list "print-meta" "true")))
- (nrepl-send-sync-request)
+ (cider-nrepl-send-sync-request)
(nrepl-dict-get "expansion")))
(defun cider-macroexpand-undo (&optional arg)