]> git.eshelyaron.com Git - emacs.git/commitdiff
(CATEGORY_SET): Adjusted for the change of cmpchar_component.
authorKenichi Handa <handa@m17n.org>
Tue, 10 Nov 1998 00:24:40 +0000 (00:24 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 10 Nov 1998 00:24:40 +0000 (00:24 +0000)
(CATEGORY_SET): Likewise.

src/category.h

index 5129d16aa2e76dc701e71998f6847a3826751b14..644e605652345baedbee989598bb5d00a9941d5e 100644 (file)
@@ -106,7 +106,7 @@ extern Lisp_Object _temp_category_set;
      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)                                                             \
@@ -114,7 +114,7 @@ extern Lisp_Object _temp_category_set;
    ? 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.  */