From: MORIOKA Tomohiko Date: Sun, 29 Dec 2013 12:59:11 +0000 (+0900) Subject: (coded-charset-entity-reference-alist): Change priority of X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4d25e00370883cceb99f4bf46a1ebaa63e454ade;p=chise%2Fxemacs-chise.git- (coded-charset-entity-reference-alist): Change priority of `=>>>ucs@iso'. --- 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)