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) \
? 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. */