Skip to content

Commit e827a17

Browse files
committed
Remove redundant newline in colorized output
1 parent 7fb632a commit e827a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

haskell-interactive-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ SESSION, otherwise operate on the current buffer.
491491
(delete-region (1+ haskell-interactive-mode-prompt-start) (point))
492492
(goto-char (point-max))
493493
(let ((start (point)))
494-
(insert (haskell-fontify-as-mode (concat text "\n")
494+
(insert (haskell-fontify-as-mode text
495495
haskell-interactive-mode-eval-mode))
496496
(when haskell-interactive-mode-collapse
497497
(haskell-collapse start (point)))))))

0 commit comments

Comments
 (0)