From eb5d0fc8677a2a6fffe02855c1c0e2ea69342622 Mon Sep 17 00:00:00 2001 From: Kei Hibino Date: Wed, 7 Jan 2015 15:51:10 +0900 Subject: [PATCH] Re-add output line separator global option for expand command. --- elisp/ghc-info.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elisp/ghc-info.el b/elisp/ghc-info.el index acfbb05..eed8bd5 100644 --- a/elisp/ghc-info.el +++ b/elisp/ghc-info.el @@ -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