mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f4a5c5a177
XEmacs text editor version 21, with XIM support and Big5 settings. PR: 22145 Submitted by: Jing-Tang Keith Jang <keith@freebsd.sinica.edu.tw>
13 lines
423 B
Diff
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).
|