diff src/fileio.c @ 359:8e84bee8ddd0 r21-1-9

Import from CVS: tag r21-1-9
author cvs
date Mon, 13 Aug 2007 10:57:55 +0200
parents 4711e16a8e49
children 7347b34c275b
line wrap: on
line diff
--- a/src/fileio.c	Mon Aug 13 10:57:07 2007 +0200
+++ b/src/fileio.c	Mon Aug 13 10:57:55 2007 +0200
@@ -4330,5 +4330,9 @@
 on other platforms, it is initialized so that Lisp code can find out
 what the normal separator is.
 */ );
+#ifdef WINDOWSNT
+  Vdirectory_sep_char = make_char ('\\');
+#else
   Vdirectory_sep_char = make_char ('/');
+#endif
 }