File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -768,11 +768,12 @@ process."
768
768
(defun nrepl--init-client-sessions (client )
769
769
" Initialize CLIENT nREPL sessions.
770
770
771
- We create two client nREPL sessions per connection - a main session and a tooling
772
- session. The main session is general purpose and is used for pretty much
773
- every request that needs a session. The tooling session is used only for
774
- functionality that's implemented in terms of the \" eval\" op, so that eval requests
775
- for functionality like pretty-printing won't clobber the values of *1, *2, etc."
771
+ We create two client nREPL sessions per connection - a main session and a
772
+ tooling session. The main session is general purpose and is used for pretty
773
+ much every request that needs a session. The tooling session is used only
774
+ for functionality that's implemented in terms of the \" eval\" op, so that
775
+ eval requests for functionality like pretty-printing won't clobber the
776
+ values of *1, *2, etc."
776
777
(let ((response-main (nrepl-sync-request:clone))
777
778
(response-tooling (nrepl-sync-request:clone)))
778
779
(nrepl-dbind-response response-main (new-session err)
You can’t perform that action at this time.
0 commit comments