(syms_of_msdos): Defsubr it.
#endif /* __DJGPP__ == 2 && __DJGPP_MINOR__ == 0 */
-
+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.")
+ ()
+{
+ return (_USE_LFN ? Qt : Qnil);
+}
\f
/* The Emacs root directory as determined by init_environment. */
staticpro (&recent_doskeys);
defsubr (&Srecent_doskeys);
+ defsubt (&Smsdos_long_file_names);
}
#endif /* MSDOS */