]> code.delx.au - gnu-emacs/commitdiff
(find_charset_in_str): Do not set the value of
authorKenichi Handa <handa@m17n.org>
Sat, 20 Jun 1998 03:01:00 +0000 (03:01 +0000)
committerKenichi Handa <handa@m17n.org>
Sat, 20 Jun 1998 03:01:00 +0000 (03:01 +0000)
charsets[LEADING_CODE_COMPOSITION].

src/charset.c

index 1902fe8be8c84fb5a47e54243f202d30b37266cc..f9a10205a201a59ef0776c18ec50f560bcf8be24 100644 (file)
@@ -691,11 +691,6 @@ find_charset_in_str (str, len, charsets, table, cmpcharp)
                }
              str += cmpcharp->len;
              len -= cmpcharp->len;
-             if (!charsets[LEADING_CODE_COMPOSITION])
-               {
-                 charsets[LEADING_CODE_COMPOSITION] = 1;
-                 num += 1;
-               }
              continue;
            }