diff options
| author | Kenichi Handa | 2003-03-29 02:35:08 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-03-29 02:35:08 +0000 |
| commit | 1a5f6e6adfcfb016b8172c92cf3e834492fdf0eb (patch) | |
| tree | 549f4b0722f42ff16ed7dc88322385a3c2bb5d85 /lisp | |
| parent | b676f3563e734c9d2fd265398f5d23d8ae66b199 (diff) | |
| download | emacs-1a5f6e6adfcfb016b8172c92cf3e834492fdf0eb.tar.gz emacs-1a5f6e6adfcfb016b8172c92cf3e834492fdf0eb.zip | |
If system-type is not for Windows, prefer japanese-iso-8bit.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/language/japan-util.el | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 255d2c40f19..8a92d0d6b71 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2003-03-29 Kenichi Handa <handa@etlken2> | ||
| 2 | |||
| 3 | * language/japan-util.el: If system-type is not for Windows, | ||
| 4 | prefer japanese-iso-8bit. | ||
| 5 | |||
| 1 | 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change) | 6 | 2003-03-28 Sudish Joseph <sudish@corp.earthlink.net> (tiny change) |
| 2 | 7 | ||
| 3 | * term/mac-win.el (iconify-or-deiconify-frame): Define for | 8 | * term/mac-win.el (iconify-or-deiconify-frame): Define for |
diff --git a/lisp/language/japan-util.el b/lisp/language/japan-util.el index 9ad6cb678c1..7c2cc069241 100644 --- a/lisp/language/japan-util.el +++ b/lisp/language/japan-util.el | |||
| @@ -31,9 +31,9 @@ | |||
| 31 | (defun setup-japanese-environment-internal () | 31 | (defun setup-japanese-environment-internal () |
| 32 | ;; By default, we use 'japanese-iso-8bit for file names. But, the | 32 | ;; By default, we use 'japanese-iso-8bit for file names. But, the |
| 33 | ;; following prefer-coding-system will override it. | 33 | ;; following prefer-coding-system will override it. |
| 34 | (setq default-file-name-coding-system 'japanese-iso-8bit) | ||
| 35 | (if (memq system-type '(windows-nt ms-dos cygwin)) | 34 | (if (memq system-type '(windows-nt ms-dos cygwin)) |
| 36 | (prefer-coding-system 'japanese-shift-jis))) | 35 | (prefer-coding-system 'japanese-shift-jis) |
| 36 | (prefer-coding-system 'japanese-iso-8bit))) | ||
| 37 | 37 | ||
| 38 | (defconst japanese-kana-table | 38 | (defconst japanese-kana-table |
| 39 | '((?$B$"(B ?$B%"(B ?(I1(B) (?$B$$(B ?$B%$(B ?(I2(B) (?$B$&(B ?$B%&(B ?(I3(B) (?$B$((B ?$B%((B ?(I4(B) (?$B$*(B ?$B%*(B ?(I5(B) | 39 | '((?$B$"(B ?$B%"(B ?(I1(B) (?$B$$(B ?$B%$(B ?(I2(B) (?$B$&(B ?$B%&(B ?(I3(B) (?$B$((B ?$B%((B ?(I4(B) (?$B$*(B ?$B%*(B ?(I5(B) |