From 17be00cf01c31ed2676a60d476211fd768377a2f Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 27 Dec 2013 05:52:20 +0900 Subject: [PATCH] (=>>>ucs@unicode): Changed to an alias for `=ucs@unicode'. --- 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 4b0ab36..df7d7b8 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2703,16 +2703,16 @@ direction l2r =>iso-ir 177 mother =>>ucs@iso)) - (make-charset '=>>>ucs@unicode - "Representative glyph-forms of Unicode" - '(long-name "UCS glyph-forms for Unicode" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother =>>>ucs@iso)) + ;; (make-charset '=>>>ucs@unicode + ;; "Representative glyph-forms of Unicode" + ;; '(long-name "UCS glyph-forms for Unicode" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; =>iso-ir 177 + ;; mother =>>>ucs@iso)) ;; (make-charset '=>>>ucs@jis ;; "UCS Representative glyph-forms for JIS X0208/0212/0213" ;; '(long-name "UCS glyph-forms for JIS" @@ -2794,6 +2794,7 @@ direction l2r =>iso-ir 177 mother =ucs@iso)) + (define-charset-alias '=>>>ucs@unicode '=ucs@unicode) (make-charset '=ucs@gb "ISO/IEC 10646 for GB" '(long-name "UCS for GB" -- 1.7.10.4