You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use with-current-buffer in cider--pprint-eval-form
The result buffer might end up selected after it is displayed (depending on
configuration). Ensure the source buffer is current when calling
cider-interactive-eval, since it examines the contents of the current buffer to
evaluate the form.
Fixes#2589.
0 commit comments