From e5e34d1c7536d80a8eecb79f7bb7e13e07e3ecd6 Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 13 Oct 2010 09:00:35 +0000 Subject: [PATCH] (=>jis-x0213-2@usual): New coded-charset for XEmacs CHISE. (=>jis-x0213-2): Use `=>jis-x0213-2@usual' as the mother. --- lisp/mule/mule-conf.el | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 7c6a598..daa3dee 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -494,12 +494,22 @@ )) (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004) (make-charset + '=>jis-x0213-2@usual + "JIS X 0213 Plain 2 based on usual unification." + '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" + dimension 2 + chars 94 + mother =>>jis-x0213-2 + =>iso-ir 229 + ;; final ?P + graphic 0)) + (make-charset '=>jis-x0213-2 "JIS X 0213 Plain 2 abstract characters" '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 chars 94 - mother =>>jis-x0213-2 + mother =>jis-x0213-2@usual =>iso-ir 229 ;; final ?P graphic 0)) -- 1.7.10.4