From f23b0db4df891b2481447c7828f184525f9aa435 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Sat, 26 Apr 2014 14:31:33 +0900 Subject: [PATCH] "expand" specifies "-b". --- 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..d08d0dd 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 "expand" file "-b" "\n")) (source (ghc-run-ghc-mod cmds))) (when source (ghc-display