From cc5b41ba6a86906d0db0ff9cdc4ada40df25719c Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Mon, 18 Jan 2016 16:39:01 +0900 Subject: [PATCH] (coded-charset-entity-reference-alist): Add setting for `=>mj'. --- 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 3c242bd..af2efd8 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, 2012, 2013, 2014, 2015 MORIOKA Tomohiko +;; 2010, 2011, 2012, 2013, 2014, 2015, 2016 MORIOKA Tomohiko ;; This file is part of XEmacs. @@ -502,6 +502,7 @@ (==>ucs@bucs "BUCS+" 4 X) ( =>iwds-1 "IWDS1-" 3 d) ( =>ucs@iwds-1 "A-IWDSU+" 4 X) + ( =>mj "A-MJ" 6 d) ( =>ucs@hanyo-denshi "A-HDU+" 4 X) ( =>ucs@hanyo-denshi "A-HD-UCS+" 4 X) ( =>ucs@iso "A-IU+" 4 X) -- 1.7.10.4