summaryrefslogtreecommitdiff
path: root/cider-connection.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-06-28 08:40:08 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-06-28 08:40:08 +0200
commitf504aa1052f9b927ef9c6b92d97f1ee5fc053e70 (patch)
treedbd8d012ccf365e0725556ce0f508aa1ab4b05c4 /cider-connection.el
parent4da871b4f89a88d92014c8bc640e39098418b4a2 (diff)
[#2342] Add an obsolete alias for cider-current-repl-buffer
This also fixes https://github.com/clojure-emacs/clj-refactor.el/issues/423.
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."