summaryrefslogtreecommitdiff
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, 0 insertions, 12 deletions
diff --git a/chinese/xemacs/files/patch-aj b/chinese/xemacs/files/patch-aj
deleted file mode 100644
index 5470d6adc1a7..000000000000
--- a/chinese/xemacs/files/patch-aj
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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).