diff lisp/mule/mule-init.el @ 462:0784d089fdc9 r21-2-46

Import from CVS: tag r21-2-46
author cvs
date Mon, 13 Aug 2007 11:44:37 +0200
parents 74fd4e045ea6
children 7039e6323819
line wrap: on
line diff
--- a/lisp/mule/mule-init.el	Mon Aug 13 11:43:25 2007 +0200
+++ b/lisp/mule/mule-init.el	Mon Aug 13 11:44:37 2007 +0200
@@ -76,7 +76,8 @@
 
 (defvar auto-language-alist
   '(("^ja" . "Japanese")
-    ("^zh" . "Chinese")
+    ("^zh_.*.GB.*" . "Chinese-GB")
+    ("^zh_.*.BIG5.*" . "Chinese-BIG5")
     ("^ko" . "Korean"))
   "Alist of LANG patterns vs. corresponding language environment.
 Each element looks like (REGEXP . LANGUAGE-ENVIRONMENT).