aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-17 21:37:02 +0000
committerRichard M. Stallman1998-05-17 21:37:02 +0000
commit3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e (patch)
treef8111fbd962cf09a328f09a5649653022addce58 /src
parentedad8a097fefd0334e5d9776145dbe3852cf87f6 (diff)
downloademacs-3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e.tar.gz
emacs-3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e.zip
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.
Diffstat (limited to 'src')
-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'.")
1420#ifndef VMS 1420#ifndef VMS
1421 if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0])) 1421 if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0]))
1422 { 1422 {
1423#ifdef WINDOWSNT 1423#ifdef DOS_NT
1424 /* If newdir is effectively "C:/", then the drive letter will have 1424 /* If newdir is effectively "C:/", then the drive letter will have
1425 been stripped and newdir will be "/". Concatenating with an 1425 been stripped and newdir will be "/". Concatenating with an
1426 absolute directory in nm produces "//", which will then be 1426 absolute directory in nm produces "//", which will then be