diff lisp/mule/japan-util.el @ 1196:6c18935dbbf8

[xemacs-hg @ 2003-01-09 13:08:53 by stephent] typos <87y95uv5hw.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Thu, 09 Jan 2003 13:09:05 +0000
parents c10d0c3f965f
children 308d34e9f07d
line wrap: on
line diff
--- a/lisp/mule/japan-util.el	Thu Jan 09 12:49:43 2003 +0000
+++ b/lisp/mule/japan-util.el	Thu Jan 09 13:09:05 2003 +0000
@@ -36,7 +36,7 @@
 (defun setup-japanese-environment-internal ()
   (cond ((eq system-type 'ms-dos)
 	 (prefer-coding-system 'shift_jis))
-	((eq system-type 'usg-unix-v)
+	(t
 	 (prefer-coding-system 'euc-jp)))
   (setq sentence-end-save sentence-end)
   (setq sentence-end (concat sentence-end "\\|[。?!]")))