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 eaa0e65 commit 94bf5caCopy full SHA for 94bf5ca
cider-repl.el
@@ -700,7 +700,9 @@ If BOL is non-nil, emit at the beginning of the line."
700
701
(defun cider-repl-emit-result (buffer string &optional bol show-prefix)
702
"Emit into BUFFER the result STRING and mark it as an evaluation result.
703
-If BOL is non-nil insert at the beginning of the line."
+If BOL is non-nil insert at the beginning of the line.
704
+If SHOW-PREFIX is non-nil insert `cider-repl-result-prefix' at the beginning
705
+of the line."
706
(with-current-buffer buffer
707
(save-excursion
708
(cider-save-marker cider-repl-output-start
0 commit comments