Re-add output line separator global option for expand command.

This commit is contained in:
Kei Hibino 2015-01-07 15:51:10 +09:00 committed by Daniel Gröber
parent e0bd4c6984
commit eb5d0fc867
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
(defun ghc-expand-th ()
(interactive)
(let* ((file (buffer-file-name))
(cmds (list "expand" file))
(cmds (list "-b" "\n" "expand" file))
(source (ghc-run-ghc-mod cmds)))
(when source
(ghc-display