From 7bc7e1d669021c853f7a2a9009826faee53a2f3e Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 17 Oct 2011 07:03:11 +0000 Subject: [PATCH] (=+>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. --- lisp/mule/mule-conf.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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)) -- 1.7.10.4