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 cade685 commit 3491cb9Copy full SHA for 3491cb9
cider-connection.el
@@ -306,7 +306,7 @@ See command `cider-mode'."
306
(defun cider--set-connection-capabilities (&optional conn-buffer)
307
"Set `cider-connection-capabilities' for CONN-BUFFER during repl init.
308
See `cider-connection-capabilities'."
309
- (with-current-buffer (or conn-buf (current-buffer))
+ (with-current-buffer (or conn-buffer (current-buffer))
310
(setf cider-connection-capabilities
311
(append
312
(pcase (cider-runtime)
0 commit comments