(char_table_description): Fix typo.
authortomo <tomo>
Mon, 3 Sep 2001 17:54:01 +0000 (17:54 +0000)
committertomo <tomo>
Mon, 3 Sep 2001 17:54:01 +0000 (17:54 +0000)
(Fmap_char_attribute): Use `Lisp_Char_Table' instead of
`Lisp_Char_ID_Table'.

src/chartab.c

index f6850bf..a94227d 100644 (file)
@@ -1671,7 +1671,7 @@ char_table_hash (Lisp_Object obj, int depth)
 
 static const struct lrecord_description char_table_description[] = {
 #ifdef UTF2000
-  { XD_LISP_OBJECT, offsetof(Lisp_Char_ID_Table, table) },
+  { XD_LISP_OBJECT, offsetof(Lisp_Char_Table, table) },
 #else
   { XD_LISP_OBJECT_ARRAY, offsetof (Lisp_Char_Table, ascii), NUM_ASCII_CHARS },
 #ifdef MULE
@@ -3322,7 +3322,7 @@ the entire table.
        (function, attribute, range))
 {
   Lisp_Object ccs;
-  Lisp_Char_ID_Table *ct;
+  Lisp_Char_Table *ct;
   struct slow_map_char_table_arg slarg;
   struct gcpro gcpro1, gcpro2;
   struct chartab_range rainj;