diff lisp/mule/mule-init.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 4f79e16b1112
children
line wrap: on
line diff
--- a/lisp/mule/mule-init.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/mule/mule-init.el	Mon Aug 13 11:01:07 2007 +0200
@@ -76,7 +76,8 @@
 
 (defvar auto-language-alist
   '(("^ja" . "Japanese")
-    ("^zh" . "Chinese")
+    ("^zh_CN" . "Chinese-GB")
+    ("^zh_TW" . "Chinese-BIG5")
     ("^ko" . "Korean"))
   "Alist of LANG patterns vs. corresponding language environment.
 Each element looks like (REGEXP . LANGUAGE-ENVIRONMENT).