# HG changeset patch # User Dave Love # Date 1026831393 0 # Node ID 6f9164905a7cf889e5474deab4652de598a1772b # Parent 57897041678c2aeab9a1316762d897d4151e5557 (Fmodify_category_entry): Fix CATEGORY_MEMBER call. diff -r 57897041678c -r 6f9164905a7c src/category.c --- a/src/category.c Tue Jul 16 14:35:32 2002 +0000 +++ b/src/category.c Tue Jul 16 14:56:33 2002 +0000 @@ -364,7 +364,7 @@ while (start <= end) { category_set = char_table_ref_and_range (table, start, &from, &to); - if (CATEGORY_MEMBER (category, category_set) != NILP (reset)) + if (CATEGORY_MEMBER (XFASTINT (category), category_set) != NILP (reset)) { category_set = Fcopy_sequence (category_set); SET_CATEGORY_SET (category_set, category, set_value);