Show
Ignore:
Timestamp:
05/03/06 18:37:43 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk

    • Property svn:ignore changed from
      bin
      to
      bin
      site-lisp
  • trunk/lib-src/movemail.c

    r4037 r4073  
    473473          { 
    474474            nread = read (indesc, buf, sizeof buf); 
     475            if (nread < 0) 
     476              pfatal_with_name (inname); 
    475477            if (nread != write (outdesc, buf, nread)) 
    476478              {