From 5e69ad21fdf8806b86ed42f6a69dbe7506a122d0 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 29 Oct 2011 08:20:22 +0000 Subject: [PATCH] (=+>gt): New coded-charset for XEmacs CHISE. (=>gt): Use `=+>gt' instead of `=>>gt' as the mother. --- lisp/mule/mule-conf.el | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 7d4415f..6de7a61 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -675,6 +675,15 @@ mother =>>>gt)) (define-charset-alias '<=>gt '=>>gt) (define-charset-alias '<==>gt '=>>gt) + (make-charset '=+>gt + "GT 2000 unified abstract glyphs" + '(long-name "Unified abstract GT glyphs" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =>>gt)) (make-charset '=>gt "GT 2000 abstract characters" '(long-name "abstract GT characters" @@ -683,7 +692,7 @@ columns 2 graphic 2 direction l2r - mother =>>gt)) + mother =+>gt)) (make-charset '=gt-k "Ideographic components of GT" `(long-name "GT components" -- 1.7.10.4