Mercurial > emacs
changeset 23669:32b916f68c79
(CATEGORY_SET): Adjusted for the change of cmpchar_component.
(CATEGORY_SET): Likewise.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 10 Nov 1998 00:24:40 +0000 |
parents | 23faf76ec325 |
children | 40072cd9d21c |
files | src/category.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/category.h Tue Nov 10 00:24:40 1998 +0000 +++ b/src/category.h Tue Nov 10 00:24:40 1998 +0000 @@ -106,7 +106,7 @@ else \ temp = Faref (table, \ make_number (COMPOSITE_CHAR_P (c) \ - ? cmpchar_component (c, 0) : (c))); \ + ? cmpchar_component ((c), 0, 1) : (c))); \ temp; }) #else #define CATEGORY_SET(c) \ @@ -114,7 +114,7 @@ ? Faref (current_buffer->category_table, make_number ((unsigned char) c)) \ : Faref (current_buffer->category_table, \ make_number (COMPOSITE_CHAR_P (c) \ - ? cmpchar_component ((c), 0) : (c)))) + ? cmpchar_component ((c), 0, 1) : (c)))) #endif /* Return the doc string of CATEGORY in category table TABLE. */