Accidentally I noticed that 'make-charset' doesn't handle a property
'short-name' correctly.
Here is a patch for that.
Index: mule-charset.c
===================================================================
RCS file: /usr/CVSroot/XEmacs/xemacs/src/mule-charset.c,v
retrieving revision 1.19
diff -u -r1.19 mule-charset.c
--- mule-charset.c 2001/04/12 18:24:03 1.19
+++ mule-charset.c 2001/04/25 08:03:28
@@ -693,7 +693,7 @@
short_name = value;
}
- if (EQ (keyword, Qlong_name))
+ else if (EQ (keyword, Qlong_name))
{
CHECK_STRING (value);
long_name = value;
--
Yoshiaki Kasahara
Computing and Communications Center, Kyushu University
kasahara(a)nc.kyushu-u.ac.jp