summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-17 21:37:02 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-17 21:37:02 +0000
commit69f353035fdaf5eb7cf5ee7140b5d974215ec32d (patch)
treeeca952f5cddd82a00d931ac7dbebdcde3a36c39a
parent6505ccc696bf2007dee70e22e2bdd61cd3f73740 (diff)
downloademacs-69f353035fdaf5eb7cf5ee7140b5d974215ec32d.tar.gz
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.
-rw-r--r--src/fileio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index aef7a01e0a3..50abfd8988b 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -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