From 0b261f59796dcea607fb51fbb701f9274146be6d Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 16 Jul 2002 14:56:33 +0000 Subject: [PATCH] (Fmodify_category_entry): Fix CATEGORY_MEMBER call. --- src/category.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/category.c b/src/category.c index 4e89c98a027..c31c1961e04 100644 --- a/src/category.c +++ b/src/category.c @@ -364,7 +364,7 @@ then delete CATEGORY from the category set instead of adding it. */) 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); -- 2.39.5