From 3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 17 May 1998 21:37:02 +0000 Subject: [PATCH] (Fexpand_file_name): Change conditional in previous change from WINDOWSNT to DOS_NT. --- src/fileio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2