From: Kenichi Handa Date: Sat, 20 Jun 1998 03:01:00 +0000 (+0000) Subject: (find_charset_in_str): Do not set the value of X-Git-Tag: emacs-20.3~555 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8ea691a60ba4a3feb4a7e7b89a315f256184ee83;p=emacs.git (find_charset_in_str): Do not set the value of charsets[LEADING_CODE_COMPOSITION]. --- diff --git a/src/charset.c b/src/charset.c index 1902fe8be8c..f9a10205a20 100644 --- a/src/charset.c +++ b/src/charset.c @@ -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; }