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/fakemail.c

    r4058 r4073  
    695695    } while (true); 
    696696 
     697  if (! the_header) 
     698    fatal ("input message has no header"); 
    697699  return the_header->next; 
    698700}