From 513be991dd53b9a783faa9a52bd4c5622f2467fc Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 1 Sep 2008 22:03:26 +0000 Subject: [PATCH] (=shinjigen): New coded-charset for XEmacs CHISE. (=shinjigen@1ed): Inherited from `=shinjigen'. (=shinjigen@rev): Likewise. --- lisp/mule/mule-conf.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 169d35b..1ab2bfe 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -327,6 +327,16 @@ )) (define-charset-alias '=daikanwa-rev2 '=daikanwa@rev2) + (make-charset '=shinjigen + "Kadokawa ShinJigen dictionary (common parts)" + `(long-name "Shinjigen common parts" + chars 256 + dimension 2 + columns 2 + graphic 2 + direction l2r + registry "Shinjigen\\(\\.[0-9]+\\)?-*")) + (make-charset '=shinjigen@1ed "Kadokawa ShinJigen dictionary (the first edition)" `(long-name "Shinjigen-1" @@ -335,6 +345,7 @@ columns 2 graphic 2 direction l2r + mother =shinjigen registry "Shinjigen\\(\\.[0-9]+\\)?-1")) (define-charset-alias 'shinjigen-1 '=shinjigen@1ed) @@ -356,6 +367,7 @@ columns 2 graphic 2 direction l2r + mother =shinjigen registry "Shinjigen\\(\\.[0-9]+\\)?-2")) (define-charset-alias 'shinjigen-2 '=shinjigen@rev) (make-charset '=shinjigen/+p@rev -- 1.7.10.4