diff options
| author | Kenichi Handa | 1998-06-20 03:01:00 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-06-20 03:01:00 +0000 |
| commit | 8ea691a60ba4a3feb4a7e7b89a315f256184ee83 (patch) | |
| tree | c243b8c39e95a8fc5bf5e85fb901aef80d29725d | |
| parent | ca65341ea8fd2488586ddde61380022e5b125551 (diff) | |
| download | emacs-8ea691a60ba4a3feb4a7e7b89a315f256184ee83.tar.gz emacs-8ea691a60ba4a3feb4a7e7b89a315f256184ee83.zip | |
(find_charset_in_str): Do not set the value of
charsets[LEADING_CODE_COMPOSITION].
| -rw-r--r-- | src/charset.c | 5 |
1 files changed, 0 insertions, 5 deletions
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) | |||
| 691 | } | 691 | } |
| 692 | str += cmpcharp->len; | 692 | str += cmpcharp->len; |
| 693 | len -= cmpcharp->len; | 693 | len -= cmpcharp->len; |
| 694 | if (!charsets[LEADING_CODE_COMPOSITION]) | ||
| 695 | { | ||
| 696 | charsets[LEADING_CODE_COMPOSITION] = 1; | ||
| 697 | num += 1; | ||
| 698 | } | ||
| 699 | continue; | 694 | continue; |
| 700 | } | 695 | } |
| 701 | 696 | ||