Skip to content

Commit 5073237

Browse files
yuhan0bbatsov
authored andcommitted
Fix eval register bug
whoops
1 parent 95c31be commit 5073237

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eval.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ comment prefix to use."
823823
(insert (concat comment-prefix
824824
res "\n"))))
825825
(when cider-eval-register
826-
(set-register cider-eval-register value))))))
826+
(set-register cider-eval-register res))))))
827827

828828
(defun cider-maybe-insert-multiline-comment (result comment-prefix continued-prefix comment-postfix)
829829
"Insert eval RESULT at current location if RESULT is not empty.

0 commit comments

Comments
 (0)