"expand" specifies "-b".

This commit is contained in:
Kazu Yamamoto 2014-04-26 14:31:33 +09:00
parent c1c0993b4a
commit f23b0db4df

View File

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