(default-coded-charset-priority-list): Add thai-tis620 and
[chise/xemacs-chise.git] / lisp / mule / mule-charset.el
index c25d1eb..c1a4b44 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,10 @@ 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
+         hebrew-iso8859-8
          vietnamese-viscii-lower
          vietnamese-viscii-upper)))