diff src/fileio.c @ 90399:a5812696f7bf unicode-pre-font-backend

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 274-284) - Update from CVS - Update etc/MORE.STUFF. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 101) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-62
author Miles Bader <miles@gnu.org>
date Wed, 17 May 2006 07:46:49 +0000
parents bcc2042feec2 e963ced8a1ca
children a8190f7e546e
line wrap: on
line diff
--- a/src/fileio.c	Mon May 15 03:48:50 2006 +0000
+++ b/src/fileio.c	Wed May 17 07:46:49 2006 +0000
@@ -4293,13 +4293,8 @@
 	 if we couldn't read the file.  */
 
       if (how_much < 0)
-	{
-	  if (how_much == -1)
-	    error ("IO error reading %s: %s",
-		   SDATA (orig_filename), emacs_strerror (errno));
-	  else if (how_much == -2)
-	    error ("maximum buffer size exceeded");
-	}
+	error ("IO error reading %s: %s",
+	       SDATA (orig_filename), emacs_strerror (errno));
 
       if (unprocessed > 0)
 	{