ignoring stderr.

This commit is contained in:
Kazu Yamamoto 2012-04-16 16:09:31 +09:00
parent 1a6f8c2b7a
commit 66234a7787
1 changed files with 1 additions and 1 deletions

View File

@ -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))))