]> err.no Git - eweouz/commitdiff
Send stderr to /dev/null
authorTollef Fog Heen <tfheen@err.no>
Mon, 5 Oct 2009 06:07:09 +0000 (08:07 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 5 Oct 2009 06:07:09 +0000 (08:07 +0200)
lisp/eweouz.el

index f7a14697f163f414d7fa26a51805970e9d50013f..63845be85eabd7a3203010ed7ba2e37db0c3c397 100644 (file)
@@ -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)))