Mercurial > emacs
changeset 22113:be43fb8acb62
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 May 1998 21:37:02 +0000 |
parents | c10e054e2cb1 |
children | 0fbcff056c0f |
files | src/fileio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Sun May 17 15:33:39 1998 +0000 +++ b/src/fileio.c Sun May 17 21:37:02 1998 +0000 @@ -1420,7 +1420,7 @@ #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