summaryrefslogtreecommitdiff
path: root/src/emacs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emacs.c')
-rw-r--r--src/emacs.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/emacs.c b/src/emacs.c
index c0ef926da75..7e778e2e5fd 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1723,7 +1723,7 @@ main (int argc, char **argv)
#endif
init_window ();
init_font ();
-
+
if (!initialized)
{
char *file;
@@ -2384,10 +2384,7 @@ decode_env_path (evarname, defalt)
strcpy (p, path);
path = p;
- if ('/' == DIRECTORY_SEP)
- dostounix_filename (path);
- else
- unixtodos_filename (path);
+ dostounix_filename (path);
}
#endif
lpath = Qnil;