/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.282 by handa, Wed May 28 23:27:28 2003 UTC revision 1.283 by handa, Fri May 30 07:57:48 2003 UTC
# Line 4564  ccl_coding_driver (coding, source, desti Line 4564  ccl_coding_driver (coding, source, desti
4564        if (ccl->eol_type ==CODING_EOL_UNDECIDED)        if (ccl->eol_type ==CODING_EOL_UNDECIDED)
4565          ccl->eol_type = CODING_EOL_LF;          ccl->eol_type = CODING_EOL_LF;
4566        ccl->cr_consumed = coding->spec.ccl.cr_carryover;        ccl->cr_consumed = coding->spec.ccl.cr_carryover;
4567          ccl->eight_bit_control = coding->dst_multibyte;
4568      }      }
4569      else
4570        ccl->eight_bit_control = 1;
4571    ccl->multibyte = coding->src_multibyte;    ccl->multibyte = coding->src_multibyte;
4572    if (coding->spec.ccl.eight_bit_carryover[0] != 0)    if (coding->spec.ccl.eight_bit_carryover[0] != 0)
4573      {      {

Legend:
Removed from v.1.282  
changed lines
  Added in v.1.283

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26