diff lisp/format.el @ 219:262b8bb4a523 r20-4b8

Import from CVS: tag r20-4b8
author cvs
date Mon, 13 Aug 2007 10:09:35 +0200
parents 1f0dabaa0855
children 2c611d1463a6
line wrap: on
line diff
--- a/lisp/format.el	Mon Aug 13 10:08:36 2007 +0200
+++ b/lisp/format.el	Mon Aug 13 10:09:35 2007 +0200
@@ -166,7 +166,7 @@
       (save-current-buffer
 	(set-buffer buffer)
 	(with-output-to-temp-buffer "*Format Errors*"
-	  (shell-command-on-region from to method t nil standard-output))
+	  (shell-command-on-region from to method t nil))
 	(point))
     (funcall method from to buffer)))
 
@@ -177,7 +177,7 @@
   (if (stringp method)
       (progn
 	(with-output-to-temp-buffer "*Format Errors*"
-	  (shell-command-on-region from to method t nil standard-output))
+	  (shell-command-on-region from to method t nil))
 	(point))
     (funcall method from to)))