@@ -85,8 +85,6 @@ found."
85
85
(unless no-error
86
86
(error " No nREPL connection buffer " ))))
87
87
88
- (define-obsolete-function-alias 'nrepl-current-connection-buffer 'cider-default-connection " 0.10" )
89
-
90
88
(defun cider-connections ()
91
89
" Return the list of connection buffers.
92
90
If the list is empty and buffer-local, return the global value."
@@ -355,8 +353,6 @@ connection but can be invoked from any buffer (like `cider-refresh')."
355
353
(select-window (display-buffer buffer))))
356
354
(cider--setup-connection-browser)))
357
355
358
- (define-obsolete-function-alias 'nrepl-connection-browser 'cider-connection-browser " 0.10" )
359
-
360
356
(defun cider--connections-refresh ()
361
357
" Refresh the connections buffer, if the buffer exists.
362
358
The connections buffer is determined by
@@ -694,8 +690,6 @@ Return the REPL buffer given by `cider-current-connection'.")
694
690
(with-current-buffer (cider-current-connection)
695
691
nrepl-session))
696
692
697
- (define-obsolete-function-alias 'nrepl-current-session 'cider-current-session " 0.10" )
698
-
699
693
(defun cider-current-messages-buffer ()
700
694
" The nREPL messages buffer, matching the current connection."
701
695
(nrepl-messages-buffer (cider-current-connection)))
@@ -705,8 +699,6 @@ Return the REPL buffer given by `cider-current-connection'.")
705
699
(with-current-buffer (cider-current-connection)
706
700
nrepl-tooling-session))
707
701
708
- (define-obsolete-function-alias 'nrepl-current-tooling-session 'cider-current-tooling-session " 0.10" )
709
-
710
702
(defun cider--var-choice (var-info )
711
703
" Prompt to choose from among multiple VAR-INFO candidates, if required.
712
704
This is needed only when the symbol queried is an unqualified host platform
@@ -979,8 +971,6 @@ default connection."
979
971
(cider-default-connection)
980
972
(cider-current-connection)))))
981
973
982
- (define-obsolete-function-alias 'cider-display-current-connection-info 'cider-display-connection-info " 0.10" )
983
-
984
974
(defun cider-rotate-default-connection ()
985
975
" Rotate and display the default nREPL connection."
986
976
(interactive )
@@ -1002,7 +992,6 @@ If CONN is not provided the user will be prompted to select a connection."
1002
992
(project-dir (cider--connection-project-dir conn)))
1003
993
(cider-connect host port project-dir)))
1004
994
1005
- (define-obsolete-function-alias 'cider-rotate-connection 'cider-rotate-default-connection " 0.10" )
1006
995
(defun cider-extract-designation-from-current-repl-buffer ()
1007
996
" Extract the designation from the cider repl buffer name."
1008
997
(let ((repl-buffer-name (buffer-name (cider-current-repl-buffer)))
0 commit comments