From 488e1f81d03bac2798b2a957a3b3590e99e95401 Mon Sep 17 00:00:00 2001 From: tomo Date: Sat, 15 Oct 2011 15:52:09 +0000 Subject: [PATCH] (=+>jis-x0208): Renamed from `=>jis-x0208@usual'. (=>jis-x0208@usual): New alias for `=+>jis-x0208'. (=+>jis-x0208@1978): Use `=+>jis-x0208' instead of `=>jis-x0208@usual' as the mother. (=>jis-x0208): Likewise. --- lisp/mule/mule-conf.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 52af690..4e0a963 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -488,7 +488,7 @@ )) (make-charset - '=>jis-x0208@usual + '=+>jis-x0208 "JIS X 0208 based on usual unification." '(registry "jisx0208\\.1990" dimension 2 @@ -497,13 +497,14 @@ =>iso-ir 168 ;; final ?B graphic 0)) + (define-charset-alias '=>jis-x0208@usual '=+>jis-x0208) (make-charset '=+>jis-x0208@1978 "JIS X 0208:1978 unified abstract glyphs." '(registry "jisx0208\\.1978" dimension 2 chars 94 - mother =>jis-x0208@usual + mother =+>jis-x0208 =>iso-ir 42 ;; final ?@ graphic 0)) @@ -514,7 +515,7 @@ '(registry "jisx0208\\.1990" dimension 2 chars 94 - mother =>jis-x0208@usual + mother =+>jis-x0208 =>iso-ir 168 ;; final ?B graphic 0)) -- 1.7.10.4