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: Mon, 30 Sep 2002 02:28:34 -0400

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.258 emacs/src/coding.c:1.259
*** emacs/src/coding.c:1.258    Thu Sep 26 18:03:41 2002
--- emacs/src/coding.c  Mon Sep 30 02:28:31 2002
***************
*** 968,974 ****
          coding->produced_char++;
          continue;
        }
!       else if (*src == 0x80)
        {
          /* Start of composition data.  */
          int consumed  = decode_composition_emacs_mule (coding, src, src_end,
--- 968,974 ----
          coding->produced_char++;
          continue;
        }
!       else if (*src == 0x80 && coding->cmp_data)
        {
          /* Start of composition data.  */
          int consumed  = decode_composition_emacs_mule (coding, src, src_end,
***************
*** 3506,3512 ****
        coding->type = coding_type_emacs_mule;
        coding->common_flags
        |= CODING_REQUIRE_DECODING_MASK | CODING_REQUIRE_ENCODING_MASK;
-       coding->composing = COMPOSITION_NO;
        if (!NILP (coding->post_read_conversion))
        coding->common_flags |= CODING_REQUIRE_DECODING_MASK;
        if (!NILP (coding->pre_write_conversion))
--- 3506,3511 ----




reply via email to

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