From dbd94c47654d75cd88ae8d60c37cf29d1bee512b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Mon, 3 Nov 2014 00:45:56 +0100 Subject: [PATCH] Revert ""expand" specifies "-b"." No idea what this was supposed to do, there's no mention of any -b option anywhere that I can find. This reverts commit f23b0db4df891b2481447c7828f184525f9aa435. --- 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 d08d0dd..acfbb05 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 "-b" "\n")) + (cmds (list "expand" file)) (source (ghc-run-ghc-mod cmds))) (when source (ghc-display