summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-23 16:42:39 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-23 16:42:39 +0300
commit2495a4c57cb03c9bcedd3cecdd9a53eba359e7bc (patch)
treeca394d18601754178df1a9d7c37f9c6e8480db3b /cider-selector.el
parentaa97ddb70937453d0ce92f77604de7606cf69d39 (diff)
[#1225] Move a bunch of connection management logic to CIDER itself
An nREPL client library shouldn't really handle connection multiplexing and similar concerns. It should simply dispatch requests over a specified connection - plain & simple. It's the responsibility of the users to decide what kind of connection management they'd like to implement.
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 451e856a..6c886d25 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -138,8 +138,8 @@ is chosen. The returned buffer is selected with
(def-cider-selector-method ?n
"Connections browser buffer."
- (nrepl-connection-browser)
- nrepl--connection-browser-buffer-name)
+ (cider-connection-browser)
+ cider--connection-browser-buffer-name)
(def-cider-selector-method ?m
"*nrepl-messages* buffer."