File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1324,10 +1324,10 @@ command will prompt for the name of the namespace to switch to."
13241324 (let ((f (if (equal 'cljs
13251325 (with-current-buffer connection
13261326 cider-repl-type))
1327- ; ; For cljs, don't use cider-sync- tooling-eval, because Piggieback will later change the ns (issue #3503):
1327+ ; ; For cljs, don't use cider-tooling-eval, because Piggieback will later change the ns (issue #3503):
13281328 #'cider-nrepl-request:eval
1329- ; ; When possible, favor cider-sync- tooling-eval because it preserves *1, etc (commit 5f705b):
1330- #'cider-sync- tooling-eval )))
1329+ ; ; When possible, favor cider-tooling-eval because it preserves *1, etc (commit 5f705b):
1330+ #'cider-tooling-eval )))
13311331 (funcall f (format " (in-ns '%s ) " ns)
13321332 (cider-repl-switch-ns-handler connection))))))
13331333
You can’t perform that action at this time.
0 commit comments