Skip to content

Commit dd07f59

Browse files
committed
Change read-char to read-key
1 parent e2f9ffd commit dd07f59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cider-client.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,12 +284,12 @@ to a still-undetermined bug in the state-stracker backend."
284284
;; So we have multiple connections. Look for the connection type we
285285
;; want, prioritizing the current project.
286286
(or (seq-find (lambda (c) (string-match "\\bCLJS\\b" (buffer-name c)))
287-
project-connections)
287+
project-connections)
288288
(seq-find (lambda (c) (string-match "\\bCLJS\\b" (buffer-name c)))
289-
(cider-connections)))))
289+
(cider-connections)))))
290290
(unless cider--has-warned-about-bad-repl-type
291291
(setq cider--has-warned-about-bad-repl-type t)
292-
(read-char
292+
(read-key
293293
(concat "The ClojureScript REPL seems to be is misbehaving."
294294
(substitute-command-keys
295295
"\nWe have applied a workaround, but please also file a bug report with `\\[cider-report-bug]'.")

0 commit comments

Comments
 (0)