Mercurial > emacs
changeset 32794:0fbf137d9f40
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 24 Oct 2000 00:09:09 +0000 |
parents | ec1b8e12011d |
children | 975cc2648ee4 |
files | src/syntax.c |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/syntax.c Mon Oct 23 22:14:57 2000 +0000 +++ b/src/syntax.c Tue Oct 24 00:09:09 2000 +0000 @@ -1496,12 +1496,12 @@ { if (! SINGLE_BYTE_CHAR_P (c2)) { - /* Handle a range starting with a unibyte char - and ending with a multibyte char. Split that - into two ranges, the low one ending at 0377, - and the high one starting at the smallest - character in the charset of C2 and ending at - C2. */ + /* Handle a range starting with a character of + less than 256, and ending with a character of + not less than 256. Split that into two + ranges, the low one ending at 0377, and the + high one starting at the smallest character + in the charset of C2 and ending at C2. */ int charset = CHAR_CHARSET (c2); int c1 = MAKE_CHAR (charset, 0, 0);