projects
/
chise
/
xemacs-chise.git.1
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbc3003
)
(make_charset): Don't set up CHARSET_REP_BYTES in UTF-2000.
author
tomo
<tomo>
Fri, 10 Sep 1999 09:06:18 +0000
(09:06 +0000)
committer
tomo
<tomo>
Fri, 10 Sep 1999 09:06:18 +0000
(09:06 +0000)
src/mule-charset.c
patch
|
blob
|
history
diff --git
a/src/mule-charset.c
b/src/mule-charset.c
index
80522ba
..
bb49afd
100644
(file)
--- a/
src/mule-charset.c
+++ b/
src/mule-charset.c
@@
-1888,7
+1888,9
@@
make_charset (Charset_ID id, Lisp_Object name, unsigned char rep_bytes,
CHARSET_NAME (cs) = name;
CHARSET_SHORT_NAME (cs) = short_name;
CHARSET_LONG_NAME (cs) = long_name;
+#ifndef UTF2000
CHARSET_REP_BYTES (cs) = rep_bytes;
+#endif
CHARSET_DIRECTION (cs) = direction;
CHARSET_TYPE (cs) = type;
CHARSET_COLUMNS (cs) = columns;