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 95c31be commit 5073237Copy full SHA for 5073237
cider-eval.el
@@ -823,7 +823,7 @@ comment prefix to use."
823
(insert (concat comment-prefix
824
res "\n"))))
825
(when cider-eval-register
826
- (set-register cider-eval-register value))))))
+ (set-register cider-eval-register res))))))
827
828
(defun cider-maybe-insert-multiline-comment (result comment-prefix continued-prefix comment-postfix)
829
"Insert eval RESULT at current location if RESULT is not empty.
0 commit comments