From b85d370af752557b1087c51f2fa7283974b5a81d Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 21 Mar 2003 09:15:43 +0000 Subject: [PATCH] (=ucs@gb): Renamed from `ucs-gb'. (ucs-gb): Changed to an alias for `=ucs@gb'. --- 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 0d7960c..8fbe389 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -141,7 +141,7 @@ (when (featurep 'utf-2000) (define-charset-alias 'ucs '=ucs) (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208-1990) - (make-charset 'ucs-gb + (make-charset '=ucs@gb "UCS for GB" `(long-name "ISO/IEC 10646 for GB" chars 256 @@ -150,6 +150,7 @@ graphic 2 direction l2r mother =ucs)) + (define-charset-alias 'ucs-gb '=ucs@gb) (make-charset 'ucs-cns "UCS for CNS" `(long-name "ISO/IEC 10646 for CNS 11643" -- 1.7.10.4