From d2af3f7bea5d3b5f7d93ae7eba7c8c81b0ad26f5 Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Fri, 27 Jan 2017 02:33:15 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Add `=+>jis-x0208@1978'. --- 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 9f1dd7d..6db4049 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, 2011, 2012, 2013, 2014, 2015, 2016 MORIOKA Tomohiko +;; 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 MORIOKA Tomohiko ;; Author: Unknown ;; Keywords: i18n, mule, internal @@ -562,6 +562,7 @@ DESCRIPTION (string) is the description string of the charset." =>>adobe-japan1-6 =>cns11643-7 =>cbeta + =+>jis-x0208@1978 ))) ;;; mule-charset.el ends here -- 1.7.10.4