aboutsummaryrefslogtreecommitdiff
path: root/chinese/xemacs/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/xemacs/files/patch-aj')
-rw-r--r--chinese/xemacs/files/patch-aj12
1 files changed, 12 insertions, 0 deletions
diff --git a/chinese/xemacs/files/patch-aj b/chinese/xemacs/files/patch-aj
new file mode 100644
index 000000000000..5470d6adc1a7
--- /dev/null
+++ b/chinese/xemacs/files/patch-aj
@@ -0,0 +1,12 @@
+--- lisp/mule/mule-init.el.orig Sun Oct 31 04:21:40 1999
++++ lisp/mule/mule-init.el Sun Oct 31 04:22:28 1999
+@@ -85,7 +85,8 @@
+
+ (defvar auto-language-alist
+ '(("^ja" . "Japanese")
+- ("^zh" . "Chinese")
++ ("^zh.*5$" . "Chinese-BIG5")
++ ("^zh" . "Chinese-GB")
+ ("^ko" . "Korean"))
+ "Alist of LANG patterns vs. corresponding language environment.
+ Each element looks like (REGEXP . LANGUAGE-ENVIRONMENT).