From 7a33ece202111ba5d58686ea2f2886932512f5c2 Mon Sep 17 00:00:00 2001 From: tomo Date: Fri, 26 Mar 2010 12:47:16 +0000 Subject: [PATCH] (=jis-x0208@1978/1er-pr): New coded-charset for XEmacs CHISE. (=jis-x0208@1978/4-pr): Use `=jis-x0208@1978/1er-pr' instead of `=jis-x0208@1978' 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 5720626..944b762 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -72,12 +72,23 @@ graphic 0 partial t)) (make-charset + '=jis-x0208@1978/1er-pr + "JIS X 0208:1978, fixed by errata [Nov 1978]." + '(registry "jisx0208\\.1978" + dimension 2 + chars 94 + mother =jis-x0208@1978 + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset '=jis-x0208@1978/4-pr "JIS X 0208:1978, 4th impression or later." '(registry "jisx0208\\.1978" dimension 2 chars 94 - mother =jis-x0208@1978 + mother =jis-x0208@1978/1er-pr =>iso-ir 42 ;; final ?@ graphic 0 -- 1.7.10.4