File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,12 +284,12 @@ to a still-undetermined bug in the state-stracker backend."
284
284
; ; So we have multiple connections. Look for the connection type we
285
285
; ; want, prioritizing the current project.
286
286
(or (seq-find (lambda (c ) (string-match " \\ bCLJS\\ b" (buffer-name c)))
287
- project-connections)
287
+ project-connections)
288
288
(seq-find (lambda (c ) (string-match " \\ bCLJS\\ b" (buffer-name c)))
289
- (cider-connections)))))
289
+ (cider-connections)))))
290
290
(unless cider--has-warned-about-bad-repl-type
291
291
(setq cider--has-warned-about-bad-repl-type t )
292
- (read-char
292
+ (read-key
293
293
(concat " The ClojureScript REPL seems to be is misbehaving."
294
294
(substitute-command-keys
295
295
" \n We have applied a workaround, but please also file a bug report with `\\[cider-report-bug]' ." )
You can’t perform that action at this time.
0 commit comments