1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(Fexpand_file_name): Change conditional

in previous change from WINDOWSNT to DOS_NT.
This commit is contained in:
Richard M. Stallman 1998-05-17 21:37:02 +00:00
parent edad8a097f
commit 3ea2d8b25c

View 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