From: tomo Date: Mon, 17 May 1999 09:42:42 +0000 (+0000) Subject: (Fcharset_id): Use `XCHARSET_LEADING_BYTE' instead of `XCHARSET_ID'. X-Git-Tag: r21-2-13-ethio-viet-xtis~5 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=db527b332d085c1d8a8bdc0493fc7e201c559a5f;p=chise%2Fxemacs-chise.git- (Fcharset_id): Use `XCHARSET_LEADING_BYTE' instead of `XCHARSET_ID'. --- diff --git a/src/mule-charset.c b/src/mule-charset.c index 96b01bc..4e70ed3 100644 --- a/src/mule-charset.c +++ b/src/mule-charset.c @@ -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