From a94fa123fc920f03342288c2b3f4330a38de5138 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 27 Dec 2013 05:54:39 +0900 Subject: [PATCH] (coded-charset-entity-reference-alist): Change priority of `=>>>ucs@unicode'. --- lisp/mule/mule-coding.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 74b38c9..0c8c4cc 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -434,8 +434,6 @@ (=>>ucs@JP "G-dJU+" 4 X) (=>>>ucs@iso "g2-IU+" 4 X) (=>>>ucs@iso "GI-IU+" 4 X) - (=>>>ucs@unicode "g2-UU+" 4 X) - (=>>>ucs@unicode "GI-UU+" 4 X) ( =ucs@iso "U-" 8 X) ( =ucs@unicode "UU+" 4 X) ( =ucs@unicode "UU-" 8 X) @@ -476,6 +474,8 @@ ( =shinjigen@1ed "SJG1-" 4 d) (==shinjigen@rev "R-SJG2-" 4 d) (==shinjigen@1ed "R-SJG1-" 4 d) + (=>>>ucs@unicode "g2-UU+" 4 X) + (=>>>ucs@unicode "GI-UU+" 4 X) (=>>>ucs@cns "g2-CU+" 4 X) (=>>>ucs@cns "GI-CU+" 4 X) (=>>>ucs@jis "g2-JU+" 4 X) -- 1.7.10.4