diff --git a/flymake.el b/flymake.el index 82db1e4..f0c7df5 100644 --- a/flymake.el +++ b/flymake.el @@ -2145,7 +2145,7 @@ wish to have supplied to Perl -I." (local-file (file-relative-name temp-file (file-name-directory buffer-file-name)))) - (list "msgfmt" (list "-c" local-file)))) + (list "msgfmt" (list "-c" "-o" "/dev/null" local-file)))) ;;;; tex-specific init-cleanup routines