From 66234a778744104969dfc0bd92ddddec9a4835b0 Mon Sep 17 00:00:00 2001 From: Kazu Yamamoto Date: Mon, 16 Apr 2012 16:09:31 +0900 Subject: [PATCH] ignoring stderr. --- elisp/ghc-comp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))))