emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c
Date: Fri, 30 May 2003 03:57:48 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.282 emacs/src/coding.c:1.283
*** emacs/src/coding.c:1.282    Wed May 28 19:27:28 2003
--- emacs/src/coding.c  Fri May 30 03:57:48 2003
***************
*** 4564,4570 ****
--- 4564,4573 ----
        if (ccl->eol_type ==CODING_EOL_UNDECIDED)
        ccl->eol_type = CODING_EOL_LF;
        ccl->cr_consumed = coding->spec.ccl.cr_carryover;
+       ccl->eight_bit_control = coding->dst_multibyte;
      }
+   else
+     ccl->eight_bit_control = 1;
    ccl->multibyte = coding->src_multibyte;
    if (coding->spec.ccl.eight_bit_carryover[0] != 0)
      {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]