From fa3fce167926deee8bde3555cfc5e2322cde48f5 Mon Sep 17 00:00:00 2001 From: tomo Date: Mon, 22 Jun 2009 13:01:37 +0000 Subject: [PATCH] (coded-charset-entity-reference-alist): Add settings for `<=>gt'. --- lisp/mule/mule-coding.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-coding.el b/lisp/mule/mule-coding.el index 26ab9db..11e8710 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -4,7 +4,7 @@ ;; Licensed to the Free Software Foundation. ;; Copyright (C) 1995 Amdahl Corporation. ;; Copyright (C) 1995 Sun Microsystems. -;; Copyright (C) 1997,1999,2002,2003,2004,2005,2006,2008 MORIOKA Tomohiko +;; Copyright (C) 1997,1999,2002,2003,2004,2005,2006,2008,2009 MORIOKA Tomohiko ;; This file is part of XEmacs. @@ -239,6 +239,7 @@ ((ipa . isolated) "I-MULE-IPA-" 2 X) ((china3-jef . isolated) "I-JC3-" 4 X) ( ideograph-gt "GT-" 5 d) + (<=>gt "aGT-" 5 d) ( =zinbun-oracle "ZOB-" 4 d) ( =ruimoku-v6 "RUI6-" 4 X) ( chinese-big5-cdp "CDP-" 4 X) -- 1.7.10.4