From: tomo Date: Mon, 17 Oct 2011 07:03:11 +0000 (+0000) Subject: (=+>jis-x0213-2): Renamed from `=>jis-x0213-2@usual'. X-Git-Tag: r21-4-22-chise-0_25-11^20~510 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7bc7e1d669021c853f7a2a9009826faee53a2f3e;p=chise%2Fxemacs-chise.git- (=+>jis-x0213-2): Renamed from `=>jis-x0213-2@usual'. (=>jis-x0213-2@usual): New alias for `=+>jis-x0213-2'. (=>jis-x0213-2): Use `=+>jis-x0213-2' instead of `=>jis-x0213-2@usual' as the mother. --- diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index b55b095..0591d03 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -573,7 +573,7 @@ )) (define-charset-alias '<=>jis-x0213-1@2004 '=>jis-x0213-1@2004) (make-charset - '=>jis-x0213-2@usual + '=+>jis-x0213-2 "JIS X 0213 Plain 2 based on usual unification." '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 @@ -582,13 +582,14 @@ =>iso-ir 229 ;; final ?P graphic 0)) + (define-charset-alias '=>jis-x0213-2@usual '=+>jis-x0213-2) (make-charset '=>jis-x0213-2 "JIS X 0213 Plain 2 abstract characters" '(registry "jisx0213\\(\\.\\(2000\\|2004\\)\\)?-2" dimension 2 chars 94 - mother =>jis-x0213-2@usual + mother =+>jis-x0213-2 =>iso-ir 229 ;; final ?P graphic 0))