(remove_char_ccs): Use `CHAR_TABLEP' instead of `CHAR_ID_TABLE_P'.
authortomo <tomo>
Mon, 3 Sep 2001 15:59:15 +0000 (15:59 +0000)
committertomo <tomo>
Mon, 3 Sep 2001 15:59:15 +0000 (15:59 +0000)
src/mule-charset.c

index 49b0c85..ddfa753 100644 (file)
@@ -375,7 +375,7 @@ remove_char_ccs (Lisp_Object character, Lisp_Object ccs)
                                      XINT (cpos));
        }
     }
-  if (CHAR_ID_TABLE_P (encoding_table))
+  if (CHAR_TABLEP (encoding_table))
     {
       put_char_id_table (XCHAR_TABLE(encoding_table), character, Qnil);
     }