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.
2 parents b7fb01c + 9f3a409 commit 9a0a6b0Copy full SHA for 9a0a6b0
nrepl-client.el
@@ -759,8 +759,9 @@ process."
759
nrepl-completed-requests (make-hash-table :test 'equal)))
760
761
(nrepl-make-connection-default client-buf)
762
- (nrepl--init-client-sessions client-proc)
763
- (nrepl--init-capabilities client-buf)
+ (with-current-buffer client-buf
+ (nrepl--init-client-sessions client-proc)
764
+ (nrepl--init-capabilities client-buf))
765
766
(with-current-buffer client-buf
767
(run-hooks 'nrepl-connected-hook))
0 commit comments