diff options
| author | Richard M. Stallman | 1998-05-17 21:37:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-05-17 21:37:02 +0000 |
| commit | 3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e (patch) | |
| tree | f8111fbd962cf09a328f09a5649653022addce58 /src | |
| parent | edad8a097fefd0334e5d9776145dbe3852cf87f6 (diff) | |
| download | emacs-3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e.tar.gz emacs-3ea2d8b25c4c2fffa68cef25897c8a68d84a7e2e.zip | |
(Fexpand_file_name): Change conditional
in previous change from WINDOWSNT to DOS_NT.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
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'.") | |||
| 1420 | #ifndef VMS | 1420 | #ifndef VMS |
| 1421 | if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0])) | 1421 | if (nm[0] == 0 || IS_DIRECTORY_SEP (nm[0])) |
| 1422 | { | 1422 | { |
| 1423 | #ifdef WINDOWSNT | 1423 | #ifdef DOS_NT |
| 1424 | /* If newdir is effectively "C:/", then the drive letter will have | 1424 | /* If newdir is effectively "C:/", then the drive letter will have |
| 1425 | been stripped and newdir will be "/". Concatenating with an | 1425 | been stripped and newdir will be "/". Concatenating with an |
| 1426 | absolute directory in nm produces "//", which will then be | 1426 | absolute directory in nm produces "//", which will then be |