1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/chinese/xemacs21/files/mule-init.el.diff
Kevin Lo f4a5c5a177 Import of zh-xemacs21
XEmacs text editor version 21, with XIM support and Big5 settings.

PR: 22145
Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
2000-10-20 15:48:56 +00:00

13 lines
423 B
Diff

--- lisp/mule/mule-init.el.orig Fri Oct 20 14:08:56 2000
+++ lisp/mule/mule-init.el Fri Oct 20 14:09:12 2000
@@ -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).