From d3c5f47e7aace53053e378c7165a71e5b68ef334 Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 16 Oct 2011 16:47:07 +0000 Subject: [PATCH] (=+>ucs@jis): Renamed from `=>ucs@JP'. (=>ucs@JP): New alias for `=+>ucs@jis'. --- lisp/mule/mule-conf.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 4e0a963..b55b095 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1096,9 +1096,9 @@ direction l2r =>iso-ir 177 mother =>ucs@jis)) - (make-charset '=>ucs@JP - "UCS Representative characters for Japanese usual unification" - '(long-name "UCS characters for JP" + (make-charset '=+>ucs@jis + "UCS based on Japanese usual unification" + '(long-name "UCS unified abstract glyphs for JP" chars 256 dimension 3 columns 2 @@ -1106,6 +1106,7 @@ direction l2r =>iso-ir 177 mother =>ucs@jis)) + (define-charset-alias '=>ucs@JP '=+>ucs@jis) (make-charset '=>ucs@ks "UCS Representative characters for Korean Standards" '(long-name "UCS characters for KS" -- 1.7.10.4