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 6cbcf4e commit c7a5de8Copy full SHA for c7a5de8
cider-repl.el
@@ -830,7 +830,7 @@ With a prefix argument CLEAR-REPL it will clear the entire REPL buffer instead."
830
(save-excursion
831
(goto-char start)
832
(insert
833
- (propertize ";;; output cleared" 'font-lock-face 'font-lock-comment-face))))))))
+ (propertize ";; output cleared" 'font-lock-face 'font-lock-comment-face))))))))
834
835
(defun cider-repl-clear-banners ()
836
"Delete the REPL banners."
0 commit comments