diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-06 10:20:51 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-06 10:20:51 +0000 |
commit | 9685838286b21ac7e7d1a4992f6b567aa0fb6613 (patch) | |
tree | b3dc2204b2251e06535599ecccb864bb6dc2eccb /src/dosfns.c | |
parent | 7630a0424fb3147ca8d61a145c65c14b91947768 (diff) | |
download | emacs-9685838286b21ac7e7d1a4992f6b567aa0fb6613.tar.gz |
Undo previous change.
Diffstat (limited to 'src/dosfns.c')
-rw-r--r-- | src/dosfns.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/dosfns.c b/src/dosfns.c index 11e30c07591..a88f992e56b 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); |