From: tomo Date: Tue, 23 Jul 2002 03:22:08 +0000 (+0000) Subject: (japanese-jisx0213-1): Specify `japanese-jisx0208-1990' as the mother. X-Git-Tag: r21-2-44-utf-2000-0_19-ci-nc3~11 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e2da8db66c98bbf11ddf5ba553bba56bf79bd05a;p=chise%2Fxemacs-chise.git.1 (japanese-jisx0213-1): Specify `japanese-jisx0208-1990' as the mother. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index c2cc7b9..2a28db9 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -101,11 +101,18 @@ (make-charset 'japanese-jisx0213-1 "JIS X 0213:2000 Plain 1" - '(registry "jisx0213\\(\\.2000\\)-1" - dimension 2 - chars 94 - final ?O - graphic 0)) + (if (featurep 'utf-2000) + '(registry "jisx0213\\(\\.2000\\)-1" + dimension 2 + chars 94 + mother japanese-jisx0208-1990 + final ?O + graphic 0) + '(registry "jisx0213\\(\\.2000\\)-1" + dimension 2 + chars 94 + final ?O + graphic 0))) (make-charset 'japanese-jisx0213-2