(Fcharset_id): Use `XCHARSET_LEADING_BYTE' instead of `XCHARSET_ID'.
authortomo <tomo>
Mon, 17 May 1999 09:42:42 +0000 (09:42 +0000)
committertomo <tomo>
Mon, 17 May 1999 09:42:42 +0000 (09:42 +0000)
src/mule-charset.c

index 96b01bc..4e70ed3 100644 (file)
@@ -949,7 +949,7 @@ Return charset identification number of CHARSET.
 */
        (charset))
 {
-  return make_int(XCHARSET_ID (Fget_charset (charset)));
+  return make_int(XCHARSET_LEADING_BYTE (Fget_charset (charset)));
 }
 
 /* #### We need to figure out which properties we really want to