From 4d25e00370883cceb99f4bf46a1ebaa63e454ade Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sun, 29 Dec 2013 21:59:11 +0900 Subject: [PATCH] (coded-charset-entity-reference-alist): Change priority of `=>>>ucs@iso'. --- 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 0c8c4cc..4ae01bd 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -432,8 +432,6 @@ (=>>ucs@jis/2000 "G-J00U+" 4 X) (=>>ucs@jis/1990 "G-J90U+" 4 X) (=>>ucs@JP "G-dJU+" 4 X) - (=>>>ucs@iso "g2-IU+" 4 X) - (=>>>ucs@iso "GI-IU+" 4 X) ( =ucs@iso "U-" 8 X) ( =ucs@unicode "UU+" 4 X) ( =ucs@unicode "UU-" 8 X) @@ -474,6 +472,8 @@ ( =shinjigen@1ed "SJG1-" 4 d) (==shinjigen@rev "R-SJG2-" 4 d) (==shinjigen@1ed "R-SJG1-" 4 d) + (=>>>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@cns "g2-CU+" 4 X) -- 1.7.10.4