From e6ecd9893181c0e9e7eab3efda441c304dcada29 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 5 Sep 2015 11:53:42 +0900 Subject: [PATCH] (==jis-x0208@1978/4-pr): New coded-charset for XEmacs CHISE. (==jis-x0208@1978/5pr): Use `==jis-x0208@1978/4-pr' instead of `==jis-x0208@1978/2-pr' as the mother. --- lisp/mule/mule-conf.el | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 0a9515c..26465fa 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -844,13 +844,23 @@ 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/2-pr + =>iso-ir 42 + ;; final ?@ + graphic 0 + partial t)) + (make-charset '==jis-x0208@1978/5pr "JIS X 0208:1978, 5th impression." '(registry "jisx0208\\.1978" dimension 2 chars 94 - ;; mother ==jis-x0208@1978/4-pr - mother ==jis-x0208@1978/2-pr + mother ==jis-x0208@1978/4-pr =>iso-ir 42 ;; final ?@ graphic 0 -- 1.7.10.4