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 7b27db9 commit c642f3aCopy full SHA for c642f3a
cider.el
@@ -249,8 +249,8 @@ be reused."
249
'new)
250
'new))))
251
(if exact-buff
252
- (if (and (get-buffer-process exact-buff)
253
- (process-live-p (get-buffer-process exact-buff)))
+ (if-let ((process (get-buffer-process exact-buff))
+ (_ (process-live-p process)))
254
(when (y-or-n-p
255
(format "REPL buffer already exists (%s). \
256
Do you really want to create a new one? "
0 commit comments