diff --git a/elisp/ghc-comp.el b/elisp/ghc-comp.el index 1d1a0f3..592e00b 100644 --- a/elisp/ghc-comp.el +++ b/elisp/ghc-comp.el @@ -110,7 +110,7 @@ unloaded modules are loaded") (ghc-read-lisp-list (lambda () (message "Loading names...") - (apply 'call-process ghc-module-command nil t nil + (apply 'call-process ghc-module-command nil '(t nil) nil `(,@(ghc-make-ghc-options) "-l" "browse" ,@mods)) (message "Loading names...done")) (length mods))))