File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ Return the position of the prompt beginning."
392
392
(cider-propertize-region
393
393
'(font-lock-face cider-repl-prompt-face read-only t intangible t
394
394
cider-repl-prompt t
395
- rear-nonsticky (cider-repl-prompt read-only face intangible))
395
+ rear-nonsticky (cider-repl-prompt read-only font-lock- face intangible))
396
396
(insert-before-markers prompt))
397
397
(set-marker cider-repl-prompt-start-mark prompt-start)
398
398
prompt-start))))
@@ -408,7 +408,7 @@ If BOL is non-nil insert at the beginning of line."
408
408
; ; TODO: Review the need for bol
409
409
(when (and bol (not (bolp ))) (insert-before-markers " \n " ))
410
410
(cider-propertize-region `(font-lock-face , output-face
411
- rear-nonsticky (face))
411
+ rear-nonsticky (font-lock- face))
412
412
(insert-before-markers string)
413
413
(when (and (= (point ) cider-repl-prompt-start-mark)
414
414
(not (bolp )))
@@ -471,7 +471,7 @@ If BOL is non-nil insert at the beginning of the line."
471
471
(if cider-repl-use-clojure-font-lock
472
472
(insert-before-markers (cider-font-lock-as-clojure string))
473
473
(cider-propertize-region
474
- '(font-lock-face cider-repl-result-face rear-nonsticky (face))
474
+ '(font-lock-face cider-repl-result-face rear-nonsticky (font-lock- face))
475
475
(insert-before-markers string))))))
476
476
(cider-repl--show-maximum-output)))
477
477
You can’t perform that action at this time.
0 commit comments