summaryrefslogtreecommitdiff
path: root/cider-selector.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-selector.el')
-rw-r--r--cider-selector.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-selector.el b/cider-selector.el
index 6c886d25..fc016862 100644
--- a/cider-selector.el
+++ b/cider-selector.el
@@ -143,7 +143,7 @@ is chosen. The returned buffer is selected with
(def-cider-selector-method ?m
"*nrepl-messages* buffer."
- nrepl-message-buffer-name)
+ (cider-current-messages-buffer))
(def-cider-selector-method ?x
"*cider-error* buffer."