]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fexpand_file_name): Change conditional
authorRichard M. Stallman <rms@gnu.org>
Sun, 17 May 1998 21:37:02 +0000 (21:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 17 May 1998 21:37:02 +0000 (21:37 +0000)
in previous change from WINDOWSNT to DOS_NT.

src/fileio.c

index aef7a01e0a306bfed387ac41072c8a72afb07a8b..50abfd8988b3d7b99db953210cf886b14ef7c49f 100644 (file)
@@ -1420,7 +1420,7 @@ See also the function `substitute-in-file-name'.")
 #ifndef VMS
       if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0]))
        {
-#ifdef WINDOWSNT
+#ifdef DOS_NT
          /* If newdir is effectively "C:/", then the drive letter will have
             been stripped and newdir will be "/".  Concatenating with an
             absolute directory in nm produces "//", which will then be