From de13012841add2c54c2a671a134627b3be2dadaa Mon Sep 17 00:00:00 2001 From: tomo Date: Sun, 13 Feb 2011 10:22:03 +0000 Subject: [PATCH] (default-coded-charset-priority-list): Add `=hanyo-denshi/ja'. --- lisp/mule/mule-charset.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 79d0e04..cd2f2c0 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -4,7 +4,7 @@ ;; Copyright (C) 1995 Amdahl Corporation. ;; Copyright (C) 1996 Sun Microsystems. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, -;; 2009, 2010 MORIOKA Tomohiko +;; 2009, 2010, 2011 MORIOKA Tomohiko ;; Author: Unknown ;; Keywords: i18n, mule, internal @@ -364,6 +364,7 @@ DESCRIPTION (string) is the description string of the charset." =adobe-japan1-6 =adobe-japan1-base =>jis-x0208@1997 + =hanyo-denshi/ja ))) ;;; mule-charset.el ends here -- 1.7.10.4