summaryrefslogtreecommitdiff
path: root/chinese/xemacs/files/patch-aj
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2000-01-04 03:12:24 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2000-01-04 03:12:24 +0000
commitec6f4d21536962c7dc6a87ce0ebd9380426be531 (patch)
tree689c9188d29c0e46b09edc7bda88fe95b1882a4e /chinese/xemacs/files/patch-aj
parentUpgrade to emacs-20.5a (diff)
Import a new XIM-enabled(Chinese specified) XEmacs 20.4.
Submitted by : Keith Jang <keith@freebsd.sinica.edu.tw>
Notes
Notes: svn path=/head/; revision=24402
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).