aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-06-06 19:41:46 +0000
committerRichard M. Stallman1996-06-06 19:41:46 +0000
commit1f4cd937080fb5e936e1d7be7c0b023b45bebcb7 (patch)
tree57dce8052c3ec49675eb1608d3ebf58d46c6b348 /src
parentf16140618d4013c9528eada532f712464efce0de (diff)
downloademacs-1f4cd937080fb5e936e1d7be7c0b023b45bebcb7.tar.gz
emacs-1f4cd937080fb5e936e1d7be7c0b023b45bebcb7.zip
(Ffile_name_directory) [WINDOWSNT]: Remove previous
change, which was incorrect and isn't strictly required.
Diffstat (limited to 'src')
-rw-r--r--src/fileio.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/fileio.c b/src/fileio.c
index 30ff2c4570b..a05a72e97bd 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -351,12 +351,6 @@ on VMS, perhaps instead a string ending in `:', `]' or `>'.")
351 351
352 if (p == beg) 352 if (p == beg)
353 return Qnil; 353 return Qnil;
354#ifdef WINDOWSNT
355 /* We can consider the partial UNC name //machine to be a
356 directory name, but not just // on its own. */
357 if (p == beg + 1 && IS_DIRECTORY_SEP (p[-1]))
358 return Qnil;
359#endif
360#ifdef DOS_NT 354#ifdef DOS_NT
361 /* Expansion of "c:" to drive and default directory. */ 355 /* Expansion of "c:" to drive and default directory. */
362 if (p == beg + 2 && beg[1] == ':') 356 if (p == beg + 2 && beg[1] == ':')