Mercurial > hg > xemacs-beta
comparison src/md5.c @ 438:84b14dcb0985 r21-2-27
Import from CVS: tag r21-2-27
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:32:25 +0200 |
parents | 3ecd8885ac67 |
children | abe6d1db359e |
comparison
equal
deleted
inserted
replaced
437:e2a4e8b94b82 | 438:84b14dcb0985 |
---|---|
480 } | 480 } |
481 else | 481 else |
482 { | 482 { |
483 /* Attempt to autodetect the coding of the string. This is | 483 /* Attempt to autodetect the coding of the string. This is |
484 VERY hit-and-miss. */ | 484 VERY hit-and-miss. */ |
485 enum eol_type eol = EOL_AUTODETECT; | 485 eol_type_t eol = EOL_AUTODETECT; |
486 coding_system = Fget_coding_system (Qundecided); | 486 coding_system = Fget_coding_system (Qundecided); |
487 determine_real_coding_system (XLSTREAM (istream), | 487 determine_real_coding_system (XLSTREAM (istream), |
488 &coding_system, &eol); | 488 &coding_system, &eol); |
489 } | 489 } |
490 if (NILP (coding_system)) | 490 if (NILP (coding_system)) |