/[emacs]/emacs/src/category.c
ViewVC logotype

Diff of /emacs/src/category.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.30.2.3 by handa, Wed Jun 12 00:12:34 2002 UTC revision 1.30.2.4 by fx, Tue Jul 16 14:56:33 2002 UTC
# Line 364  then delete CATEGORY from the category s Line 364  then delete CATEGORY from the category s
364    while (start <= end)    while (start <= end)
365      {      {
366        category_set = char_table_ref_and_range (table, start, &from, &to);        category_set = char_table_ref_and_range (table, start, &from, &to);
367        if (CATEGORY_MEMBER (category, category_set) != NILP (reset))        if (CATEGORY_MEMBER (XFASTINT (category), category_set) != NILP (reset))
368          {          {
369            category_set = Fcopy_sequence (category_set);            category_set = Fcopy_sequence (category_set);
370            SET_CATEGORY_SET (category_set, category, set_value);            SET_CATEGORY_SET (category_set, category, set_value);

Legend:
Removed from v.1.30.2.3  
changed lines
  Added in v.1.30.2.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26