From 787caf990afc3db2522f3985ae89857318641b3b Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 13 Mar 2003 08:32:17 +0000 Subject: (reset-language-environment): Set default-file-name-coding-system to iso-latin-1. --- lisp/international/mule-cmds.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/international/mule-cmds.el b/lisp/international/mule-cmds.el index f393b0408a..3aa900fb32 100644 --- a/lisp/international/mule-cmds.el +++ b/lisp/international/mule-cmds.el @@ -1613,6 +1613,7 @@ The default status is as follows: (set-default-coding-systems nil) (setq default-sendmail-coding-system 'iso-latin-1) + (setq default-file-name-coding-system 'iso-latin-1) ;; Preserve eol-type from existing default-process-coding-systems. ;; On non-unix-like systems in particular, these may have been set ;; carefully by the user, or by the startup code, to deal with the -- cgit v1.2.3