From d2eae49ec11b44dd3e45b247cf124a9a0df0254b Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Sat, 19 Oct 2013 04:15:44 +0900 Subject: [PATCH] (=>>>gt): Changed to an alias for `=gt'. --- lisp/mule/mule-conf.el | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/lisp/mule/mule-conf.el b/lisp/mule/mule-conf.el index 2e96546..3312b82 100644 --- a/lisp/mule/mule-conf.el +++ b/lisp/mule/mule-conf.el @@ -1938,15 +1938,16 @@ ;; max-code 67392 )) (define-charset-alias 'ideograph-gt '=gt) - (make-charset '=>>>gt - "GT 2000 abstract glyph-forms" - '(long-name "GT abstract glyph-forms" - chars 256 - dimension 3 - columns 2 - graphic 2 - direction l2r - mother =gt)) + (define-charset-alias '=>>>gt '=gt) + ;; (make-charset '=>>>gt + ;; "GT 2000 abstract glyph-forms" + ;; '(long-name "GT abstract glyph-forms" + ;; chars 256 + ;; dimension 3 + ;; columns 2 + ;; graphic 2 + ;; direction l2r + ;; mother =gt)) (make-charset '=>>gt "GT 2000 abstract glyphs" '(long-name "GT abstract glyphs" -- 1.7.10.4