We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2a5e27 commit af7c76fCopy full SHA for af7c76f
cider-repl.el
@@ -206,8 +206,7 @@ via `cider-current-connection'.")
206
(declare-function cider-refresh-dynamic-font-lock "cider-mode")
207
208
(defun cider-repl--state-handler (response)
209
- "Handle the server state contained in RESPONSE.
210
-Currently, this is only used to keep `cider-repl-type' updated."
+ "Handle server state contained in RESPONSE."
211
(with-demoted-errors "Error in `cider-repl--state-handler': %s"
212
(when (member "state" (nrepl-dict-get response "status"))
213
(nrepl-dbind-response response (repl-type changed-namespaces)
0 commit comments