summaryrefslogtreecommitdiff
path: root/cider-connection.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-connection.el')
-rw-r--r--cider-connection.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/cider-connection.el b/cider-connection.el
index 7cd884a2..03b8ff37 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -532,6 +532,8 @@ current buffer."
(member b repls))
(buffer-list)))))
+(define-obsolete-function-alias 'cider-current-repl-buffer 'cider-current-repl "0.18")
+
(defun cider-repls (&optional type)
"Return cider REPLs of TYPE from the current session.
If TYPE is nil, return all repls."