From 98f23e5a6e8247313a9c72ad8600235a9bafaa5b Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 23 Mar 2003 15:54:02 +0000 Subject: [PATCH] (=ucs@cns): Renamed from `ucs-cns'. (ucs-cns): Changed to an alias for `=ucs@cns'. --- lisp/mule/mule-conf.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 8fbe389..19c5fe4 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -151,7 +151,7 @@ direction l2r mother =ucs)) (define-charset-alias 'ucs-gb '=ucs@gb) - (make-charset 'ucs-cns + (make-charset '=ucs@cns "UCS for CNS" `(long-name "ISO/IEC 10646 for CNS 11643" chars 256 @@ -160,6 +160,7 @@ graphic 2 direction l2r mother =ucs)) + (define-charset-alias 'ucs-cns '=ucs@cns) (make-charset 'ucs-jis "UCS for JIS" `(long-name "ISO/IEC 10646 for JIS X0208/0212/0213" -- 1.7.10.4