aboutsummaryrefslogtreecommitdiffstats
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)
1723#endif 1723#endif
1724 init_window (); 1724 init_window ();
1725 init_font (); 1725 init_font ();
1726 1726
1727 if (!initialized) 1727 if (!initialized)
1728 { 1728 {
1729 char *file; 1729 char *file;
@@ -2384,10 +2384,7 @@ decode_env_path (evarname, defalt)
2384 strcpy (p, path); 2384 strcpy (p, path);
2385 path = p; 2385 path = p;
2386 2386
2387 if ('/' == DIRECTORY_SEP) 2387 dostounix_filename (path);
2388 dostounix_filename (path);
2389 else
2390 unixtodos_filename (path);
2391 } 2388 }
2392#endif 2389#endif
2393 lpath = Qnil; 2390 lpath = Qnil;