summaryrefslogtreecommitdiff
path: root/cider-debug.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-08-11 18:14:34 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-08-11 18:14:34 +0300
commitd1e52747e1909a59406326e54336d920b34efba4 (patch)
treed16f077daf1d79fbc66e158b1ccc756200a56b24 /cider-debug.el
parent9a4270ccc1c76a803ee15e0bcaa3412c7e9dcbcd (diff)
Rename nrepl-current-connection-buffer to nrepl-default-connection-buffer
Diffstat (limited to 'cider-debug.el')
-rw-r--r--cider-debug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-debug.el b/cider-debug.el
index 67b7811d..62044882 100644
--- a/cider-debug.el
+++ b/cider-debug.el
@@ -329,7 +329,7 @@ In order to work properly, this mode must be activated by
;; cider-nrepl has a chance to send the next message, and so that the user
;; doesn't accidentally hit `n' between two messages (thus editing the code).
(-when-let (proc (unless nrepl-ongoing-sync-request
- (get-buffer-process (nrepl-current-connection-buffer))))
+ (get-buffer-process (nrepl-default-connection-buffer))))
;; This is for the `:done' sent in reply to the debug-input we provided.
(when (accept-process-output proc 0.2)
;; This is for actually waiting for the next message.