From 78c988cbb47cc90fa08758bb4400907e95add93b Mon Sep 17 00:00:00 2001 From: tomo Date: Tue, 1 Sep 2009 07:42:58 +0000 Subject: [PATCH] (=>>jis-x0208): New coded-charset for XEmacs CHISE. (=>jis-x0208): Use `=>>jis-x0208' as the mother. --- lisp/mule/mule-conf.el | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index b615ac4..a9ade45 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -276,6 +276,17 @@ (define-charset-alias 'japanese-jisx0208-1990 '=jis-x0208@1990) (make-charset + '=>>jis-x0208 + "JIS X 0208 abstract glyphs (unchanged part)." + '(registry "jisx0208\\.1990" + dimension 2 + chars 94 + mother =jis-x0208 + =>iso-ir 168 + ;; final ?B + graphic 0)) + + (make-charset '=>>jis-x0213-1 "JIS X 0213 Plain 1 abstract glyphs (unchanged part)" '(registry "jisx0213\\(\\.[0-9]+\\)?-1" @@ -318,7 +329,7 @@ '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =jis-x0208 + mother =>>jis-x0208 =>iso-ir 168 ;; final ?B graphic 0)) -- 1.7.10.4