From 3c232800f493b71edee298de07934ea953796911 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 18 Jan 2016 16:38:20 +0900 Subject: [PATCH] (=mj): Fix `dimension'. (=>mj): New coded-charset for XEmacs CHISE. --- 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 bcf0f96..ab964c2 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1637,7 +1637,7 @@ "Moji-Jouhou-Kiban characters" `(long-name "Moji-Jouhou-Kiban" chars 256 - dimension 2 + dimension 3 columns 2 graphic 2 direction l2r @@ -1675,6 +1675,17 @@ mother =mj min-code #x10000 code-offset #x10000)) + (make-charset + '=>mj + "Moji-Jouhou-Kiban abstract characters" + `(long-name "Moji-Jouhou-Kiban" + chars 256 + dimension 3 + columns 2 + graphic 2 + direction l2r + mother =mj + )) (make-charset '=hanyo-denshi/ja -- 1.7.10.4