# HG changeset patch # User Richard M. Stallman # Date 834090106 0 # Node ID 26b996fc0cfbb1e9d0e4d4ea76f3ac1761fa6ed0 # Parent e64bd8310edc7cdcd351bbc87d05b37ebc924a06 (Ffile_name_directory) [WINDOWSNT]: Remove previous change, which was incorrect and isn't strictly required. diff -r e64bd8310edc -r 26b996fc0cfb src/fileio.c --- 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] == ':')