From d7b96812459756796d1be298180e6c639c220816 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 17 Oct 2015 20:12:48 +0900 Subject: [PATCH] (=jis-x0213-1@2004): Use "jisx0213\\.2004-1" instead of "jisx0213\\(\\.2004\\)-1" as the registry. (==jis-x0213-1@2004): Add registry to specify "jisx0213\\.2004-1". (===jis-x0213-1@2004): Likewise. (=>>jis-x0213-1@2004): Use "jisx0213\\.2004-1" instead of "jisx0213\\(\\.2004\\)-1" as the registry. (=+>jis-x0213-1@2004): Likewise. (=>jis-x0213-1@2004): Likewise. --- lisp/mule/mule-conf.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 96f7b17..4415b99 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -730,7 +730,7 @@ '=jis-x0213-1@2004 "JIS X 0213:2004 Plain 1" '(iso-ir 233 - registry "jisx0213\\(\\.2004\\)-1" + registry "jisx0213\\.2004-1" dimension 2 chars 94 mother =jis-x0213-1 @@ -925,7 +925,7 @@ "JIS X 0213:2004 Plain 1 abstract glyph-forms" '(mother ==jis-x0213-1 =>iso-ir 233 - ;; registry "jisx0213\\(\\.2004\\)-1" + registry "jisx0213\\.2004-1" dimension 2 chars 94 graphic 0)) @@ -1070,7 +1070,7 @@ "JIS X 0213:2004 Plain 1 detailed representative glyph-images." '(mother ==jis-x0213-1@2004 =>iso-ir 233 - ;; registry "jisx0213\\(\\.2004\\)-1" + registry "jisx0213\\.2004-1" dimension 2 chars 94 graphic 0)) @@ -1182,7 +1182,7 @@ (make-charset '=>>jis-x0213-1@2004 "JIS X 0213:2004 Plain 1 abstract glyphs" - '(registry "jisx0213\\(\\.2004\\)-1" + '(registry "jisx0213\\.2004-1" dimension 2 chars 94 mother =>>jis-x0213-1 @@ -1258,7 +1258,7 @@ (make-charset '=+>jis-x0213-1@2004 "JIS X 0213:2004 Plain 1 unified abstract glyphs" - '(registry "jisx0213\\(\\.2004\\)-1" + '(registry "jisx0213\\.2004-1" dimension 2 chars 94 mother =+>jis-x0213-1 @@ -1321,7 +1321,7 @@ (make-charset '=>jis-x0213-1@2004 "JIS X 0213:2004 Plain 1 abstract characters" - '(registry "jisx0213\\(\\.2004\\)-1" + '(registry "jisx0213\\.2004-1" dimension 2 chars 94 mother =>jis-x0213-1 -- 1.7.10.4