changeset 88850:6f9164905a7c

(Fmodify_category_entry): Fix CATEGORY_MEMBER call.
author Dave Love <fx@gnu.org>
date Tue, 16 Jul 2002 14:56:33 +0000
parents 57897041678c
children 5a64797b3ca1
files src/category.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);