From 8f08cde411bc903e92a9d74fd97df2f51794073e Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Tue, 31 Jan 2023 10:45:01 +0900 Subject: [PATCH] (default-coded-charset-priority-list): Prefer MJ to Hanazono font. --- lisp/mule/mule-charset.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index c7f77d2..f2a8dd9 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -5,7 +5,7 @@ ;; Copyright (C) 1996 Sun Microsystems. ;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007, 2008, ;; 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, -;; 2020, 2021, 2022 MORIOKA Tomohiko +;; 2020, 2021, 2022, 2023 MORIOKA Tomohiko ;; Author: Unknown ;; Keywords: i18n, mule, internal @@ -282,9 +282,9 @@ DESCRIPTION (string) is the description string of the charset." =ucs-radicals =ucs-radicals@unicode ;; =ucs-bmp-cjk@JP - =ucs-bmp-cjk@JP/hanazono =mj-0 =mj-1 + =ucs-bmp-cjk@JP/hanazono =ucs-bmp-cjk@gb =jis-x0208@1983 chinese-gb2312 @@ -454,9 +454,9 @@ DESCRIPTION (string) is the description string of the charset." =chise-hdic-ktb ==jis-x0208@1990 ==ucs-radicals@unicode - ==ucs-bmp-cjk@JP/hanazono ==mj-0 ==mj-1 + ==ucs-bmp-cjk@JP/hanazono ==ucs-sip-ext-b@iso ==ucs-sip@JP/hanazono ==ucs-tip@JP/hanazono -- 1.7.10.4