From e2ff2f7ca5a094ad4fc0f71386153ce85eece9d2 Mon Sep 17 00:00:00 2001 From: tomo Date: Thu, 8 Mar 2012 15:22:17 +0000 Subject: [PATCH] (coded-charset-entity-reference-alist): Add setting for `=>>daikanwa'. --- 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 8eeee2c..c57cd99 100644 --- a/lisp/mule/mule-coding.el +++ b/lisp/mule/mule-coding.el @@ -5,7 +5,7 @@ ;; Copyright (C) 1995 Amdahl Corporation. ;; Copyright (C) 1995 Sun Microsystems. ;; Copyright (C) 1997, 1999, 2002, 2003, 2004, 2005, 2006, 2008, 2009, -;; 2010, 2011 MORIOKA Tomohiko +;; 2010, 2011, 2012 MORIOKA Tomohiko ;; This file is part of XEmacs. @@ -429,6 +429,7 @@ ( =big5 "B-" 4 X) ( =big5 "C0-" 4 X) ( =big5-eten "BE-" 4 X) + (=>>daikanwa "G-M-" 5 d) (=>daikanwa "A-M-" 5 d) (=>cns11643-7 "A-C7-" 4 X) (=>big5-cdp "A-CDP-" 4 X) -- 1.7.10.4