aboutsummaryrefslogtreecommitdiffstats
path: root/src/dosfns.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1996-05-06 10:20:51 +0000
committerRichard M. Stallman <[email protected]>1996-05-06 10:20:51 +0000
commit9685838286b21ac7e7d1a4992f6b567aa0fb6613 (patch)
treeb3dc2204b2251e06535599ecccb864bb6dc2eccb /src/dosfns.c
parent7630a0424fb3147ca8d61a145c65c14b91947768 (diff)
Undo previous change.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r--src/dosfns.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dosfns.c b/src/dosfns.c
index 11e30c0759..a88f992e56 100644
--- a/src/dosfns.c
+++ b/src/dosfns.c
@@ -240,19 +240,6 @@ Return nil if startup screen is not available.")
return Qt;
}
-
-DEFUN ("msdos-long-file-names", Fmsdos_long_file_names, Smsdos_long_file_names,
- 0, 0, 0,
- "Return non-nil if long file names are supported. on MSDOS.")
- ()
-{
-#if __DJGPP__ >= 2
- return (! NILP (Fgetenv ("LFN")) ? Qt : Qnil);
-#else
- return Qnil;
-#endif
-}
-
/* country info */
int dos_country_code;
@@ -332,7 +319,6 @@ syms_of_dosfns ()
defsubr (&Smsdos_set_keyboard);
defsubr (&Sinsert_startup_screen);
defsubr (&Smsdos_mouse_disable);
- defsubr (&Smsdos_long_file_names);
#ifndef HAVE_X_WINDOWS
defsubr (&Smsdos_mouse_p);
defsubr (&Sset_mouse_position);