From: tomo Date: Thu, 11 Nov 1999 06:05:40 +0000 (+0000) Subject: (default-coded-charset-priority-list): Add `japanese-jisx0212' and X-Git-Tag: r21-2-19-utf-2000-0_11-0~7 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fb429e0e5132c44445e4bf2dc7af356e00ade2e5;p=chise%2Fxemacs-chise.git.1 (default-coded-charset-priority-list): Add `japanese-jisx0212' and `ipa' in UTF-2000; use `latin-viscii-*' instead of `vietnamese-viscii-*'. --- diff --git a/lisp/mule/mule-charset.el b/lisp/mule/mule-charset.el index 830b4f3..2e9b4f5 100644 --- a/lisp/mule/mule-charset.el +++ b/lisp/mule/mule-charset.el @@ -258,6 +258,7 @@ 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 @@ -271,9 +272,11 @@ DESCRIPTION (string) is the description string of the charset." ;; hiragana-jisx0208 ;; katakana-jisx0208 japanese-jisx0208 + japanese-jisx0212 hebrew-iso8859-8 latin-viscii - vietnamese-viscii-lower - vietnamese-viscii-upper))) + latin-viscii-lower + latin-viscii-upper + ipa))) ;;; mule-charset.el ends here