1999-10-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index c25d1eb..ad13a91 100644 (file)
@@ -256,7 +256,7 @@ DESCRIPTION (string) is the description string of the charset."
 ;;;
 
 (when (featurep 'utf-2000)
-  (setq default-preferred-coded-charset-list
+  (setq default-coded-charset-priority-list
        '(ascii
          control-1
          latin-iso8859-1
@@ -265,6 +265,13 @@ DESCRIPTION (string) is the description string of the charset."
          latin-iso8859-4
          latin-iso8859-9
          latin-jisx0201
+         cyrillic-iso8859-5
+         greek-iso8859-7
+         thai-tis620
+          ;; hiragana-jisx0208
+          ;; katakana-jisx0208
+         japanese-jisx0208
+         hebrew-iso8859-8
          vietnamese-viscii-lower
          vietnamese-viscii-upper)))