Merge pull request #822 from akermu/redirect_error_output

Redirect error ouput in `ghc-run-ghc-mod'
This commit is contained in:
Daniel Gröber 2016-08-08 17:13:56 +02:00 committed by GitHub
commit 44ff0a8837
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
default-directory))) ;; ghc-mod root
(with-temp-buffer
(let ((default-directory cdir))
(apply 'ghc-call-process target nil t nil
(apply 'ghc-call-process target nil '(t nil) nil
(append (ghc-make-ghc-options) cmds))
(buffer-substring (point-min) (1- (point-max)))))))))