From: tomo Date: Sat, 15 Oct 2011 15:52:09 +0000 (+0000) Subject: (=+>jis-x0208): Renamed from `=>jis-x0208@usual'. X-Git-Tag: r21-4-22-chise-0_25-11^20~518 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=488e1f81d03bac2798b2a957a3b3590e99e95401;p=chise%2Fxemacs-chise.git.1 (=+>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. --- 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))