From: tomo Date: Mon, 15 Nov 1999 20:24:49 +0000 (+0000) Subject: (default-coded-charset-priority-list): Add `ideograph-daikanwa'. X-Git-Tag: r21-2-19-utf-2000-0_13-0~175 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2873dc55db89e283928834130eab5e60f4ab94b4;p=chise%2Fxemacs-chise.git.1 (default-coded-charset-priority-list): Add `ideograph-daikanwa'. --- diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index c056eb4..fc909f3 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -258,7 +258,6 @@ DESCRIPTION (string) is the description string of the charset." (when (featurep 'utf-2000) (setq default-coded-charset-priority-list '(ascii - ;; latin-iso646-irv control-1 latin-iso8859-1 latin-iso8859-2 @@ -269,8 +268,6 @@ DESCRIPTION (string) is the description string of the charset." cyrillic-iso8859-5 greek-iso8859-7 thai-tis620 - ;; hiragana-jisx0208 - ;; katakana-jisx0208 japanese-jisx0208 japanese-jisx0212 chinese-cns11643-1 @@ -291,6 +288,7 @@ DESCRIPTION (string) is the description string of the charset." ethiopic-ucs ethiopic ucs-bmp - arabic-iso8859-6))) + arabic-iso8859-6 + ideograph-daikanwa))) ;;; mule-charset.el ends here