From 3279500602bc16b8f8f335de9c0d604423556556 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 25 Feb 2011 08:25:25 +0000 Subject: [PATCH] (=>>>jis-x0213-1@2004): New coded-charset for XEmacs CHISE. (=>>jis-x0213-1@2004): Use `=>>>jis-x0213-1@2004' instead of `=>>jis-x0213-1' 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 113e5ef..8a43a97 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -351,6 +351,15 @@ graphic 0 ;; partial t )) + (make-charset + '=>>>jis-x0213-1@2004 + "JIS X 0213:2004 Plain 1 abstract glyph-images" + '(mother =jis-x0213-1@2004 + =>iso-ir 233 + ;; registry "jisx0213\\(\\.2004\\)-1" + dimension 2 + chars 94 + graphic 0)) (make-charset '=>>jis-x0208 @@ -413,7 +422,7 @@ '(registry "jisx0213\\(\\.2004\\)-1" dimension 2 chars 94 - mother =>>jis-x0213-1 + mother =>>>jis-x0213-1@2004 =>iso-ir 233 ;; final ?Q graphic 0 -- 1.7.10.4