From dba366b2282732163b680e0793a8b2c143c1e7a1 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 7 Mar 2011 16:34:08 +0000 Subject: [PATCH] (=>>>jis-x0213-2): New coded-charset for XEmacs CHISE. (=>>jis-x0213-2): Use `=>>>jis-x0213-2' instead of `=jis-x0213-2' 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 10475d5..5eeee99 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -372,6 +372,15 @@ dimension 2 chars 94 graphic 0)) + (make-charset + '=>>>jis-x0213-2 + "JIS X 0213 Plain 2 abstract glyph-forms" + '(mother =jis-x0213-2 + =>iso-ir 229 + registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + graphic 0)) (make-charset '=>>jis-x0208 @@ -442,7 +451,7 @@ '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 chars 94 - mother =jis-x0213-2 + mother =>>>jis-x0213-2 =>iso-ir 229 ;; final ?P graphic 0)) -- 1.7.10.4