projects
/
chise
/
xemacs-chise.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81fa1da
)
(Fcharset_id): Use `XCHARSET_LEADING_BYTE' instead of `XCHARSET_ID'.
author
tomo
<tomo>
Mon, 17 May 1999 09:42:42 +0000
(09:42 +0000)
committer
tomo
<tomo>
Mon, 17 May 1999 09:42:42 +0000
(09:42 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
96b01bc
..
4e70ed3
100644
(file)
--- 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