Mercurial > emacs
changeset 15343:26b996fc0cfb
(Ffile_name_directory) [WINDOWSNT]: Remove previous
change, which was incorrect and isn't strictly required.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 06 Jun 1996 19:41:46 +0000 |
parents | e64bd8310edc |
children | 82615c826910 |
files | src/fileio.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fileio.c Thu Jun 06 17:07:00 1996 +0000 +++ b/src/fileio.c Thu Jun 06 19:41:46 1996 +0000 @@ -351,12 +351,6 @@ if (p == beg) return Qnil; -#ifdef WINDOWSNT - /* We can consider the partial UNC name //machine to be a - directory name, but not just // on its own. */ - if (p == beg + 1 && IS_DIRECTORY_SEP (p[-1])) - return Qnil; -#endif #ifdef DOS_NT /* Expansion of "c:" to drive and default directory. */ if (p == beg + 2 && beg[1] == ':')