From c3d7ba261f1c513663c04f8c6aa76bb2be81731e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 20 Oct 2013 23:33:44 +0900 Subject: [PATCH] (=>>>ucs@cns): Changed to an alias for `=ucs@cns'. --- lisp/mule/mule-conf.el | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 3312b82..b58b0b7 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2715,16 +2715,16 @@ direction l2r =>iso-ir 177 mother =>>>ucs@unicode)) - (make-charset '=>>>ucs@cns - "UCS Representative glyph-forms for CNS 11643 sources" - '(long-name "UCS glyph-forms for CNS" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother =>>>ucs@unicode)) + ;; (make-charset '=>>>ucs@cns + ;; "UCS Representative glyph-forms for CNS 11643 sources" + ;; '(long-name "UCS glyph-forms for CNS" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; =>iso-ir 177 + ;; mother =>>>ucs@unicode)) (make-charset '=ucs@iso "ISO/IEC 10646 for its representative glyphs" @@ -2789,6 +2789,7 @@ =>iso-ir 177 mother =ucs@unicode)) (define-charset-alias 'ucs-cns '=ucs@cns) + (define-charset-alias '=>>>ucs@cns '=ucs@cns) (make-charset '=ucs@cns/fw "ISO/IEC 10646 for CNS 11643 with fullwidth" '(long-name "UCS for CNS-fullwidth" -- 1.7.10.4