mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-27 10:54:40 +00:00
(setup-japanese-environment-internal):
By defalt, use japanese-iso-8bit for file names.
This commit is contained in:
parent
04c114e57f
commit
9a05d1faa9
@ -29,6 +29,9 @@
|
||||
|
||||
;;;###autoload
|
||||
(defun setup-japanese-environment-internal ()
|
||||
;; By default, we use 'japanese-iso-8bit for file names. But, the
|
||||
;; following prefer-coding-system will override it.
|
||||
(setq default-file-name-coding-system 'japanese-iso-8bit)
|
||||
(cond ((eq system-type 'ms-dos)
|
||||
(prefer-coding-system 'japanese-shift-jis))
|
||||
((eq system-type 'usg-unix-v)
|
||||
|
Loading…
Reference in New Issue
Block a user