diff --git a/elisp/ghc-func.el b/elisp/ghc-func.el index 886e552..59397bc 100644 --- a/elisp/ghc-func.el +++ b/elisp/ghc-func.el @@ -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)))))))))