display hack.

This commit is contained in:
Kazu Yamamoto 2010-04-02 14:39:02 +09:00
parent 7518d60fcb
commit c574a48055
1 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,8 @@
(errs (nth 1 data)))
(insert title "\n")
(dolist (err errs)
(insert (ghc-replace-character (car err) 0 10) "\n"))))
(insert (ghc-replace-character (car err) 0 10) "\n"))
(goto-char (point-min))))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;