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:
parent
edad8a097f
commit
3ea2d8b25c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user