From 439e71f8b1ab996b64a71e95f8bec351ee2f5aee Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 26 Dec 2013 05:54:38 +0900 Subject: [PATCH] (=>>>ucs@jis): Changed to an alias for `=ucs@jis'. --- lisp/mule/mule-conf.el | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index e5596dc..4b0ab36 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -2713,16 +2713,16 @@ direction l2r =>iso-ir 177 mother =>>>ucs@iso)) - (make-charset '=>>>ucs@jis - "UCS Representative glyph-forms for JIS X0208/0212/0213" - '(long-name "UCS glyph-forms for JIS" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - =>iso-ir 177 - mother =>>>ucs@unicode)) + ;; (make-charset '=>>>ucs@jis + ;; "UCS Representative glyph-forms for JIS X0208/0212/0213" + ;; '(long-name "UCS glyph-forms for JIS" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; =>iso-ir 177 + ;; mother =>>>ucs@unicode)) ;; (make-charset '=>>>ucs@jis/1990 ;; "UCS Representative glyph-forms for JIS X 0208/0212:1990" ;; '(long-name "UCS glyph-forms for JIS:1990" @@ -2870,6 +2870,7 @@ =>iso-ir 177 mother =ucs@unicode)) (define-charset-alias 'ucs-jis '=ucs@jis) + (define-charset-alias '=>>>ucs@jis '=ucs@jis) (make-charset '=ucs@jis/fw "ISO/IEC 10646 for JIS X0208/0212/0213 with fullwidth" '(long-name "UCS for JIS-fullwidth" -- 1.7.10.4