From 1b5f70267caea7090454a64840318e6dfd71cd66 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Mon, 5 Oct 2009 08:07:09 +0200 Subject: [PATCH] Send stderr to /dev/null --- lisp/eweouz.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eweouz.el b/lisp/eweouz.el index f7a1469..63845be 100644 --- a/lisp/eweouz.el +++ b/lisp/eweouz.el @@ -44,7 +44,7 @@ "Search for the simple string STRING in all fields" (let ((i 0)) (with-temp-buffer - (call-process eweouz-dump-path nil (current-buffer) t string) + (call-process eweouz-dump-path nil (list (current-buffer) nil) t string) (set-text-properties (point-min) (point-max) nil nil) (goto-char (point-min)) (message (format "%s" (point))) -- 2.39.5