From e2da8db66c98bbf11ddf5ba553bba56bf79bd05a Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 23 Jul 2002 03:22:08 +0000 Subject: [PATCH] (japanese-jisx0213-1): Specify `japanese-jisx0208-1990' as the mother. --- lisp/mule/mule-conf.el | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 -- 1.7.10.4