1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-26 01:40:53 -08: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