[MSDOS]: #include "msdos.h" and <sys/param.h> needed for
authorRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:15:49 +0000 (09:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 8 Jan 1994 09:15:49 +0000 (09:15 +0000)
commit4c3c22f36ae8734646ea485767ba9a01f33f94ee
tree1281a528fc426ec1f9299bdcb956bc0f80b2a6dd
parent29b89fe042eb86fda2473778ef303fbf695fdf11
[MSDOS]: #include "msdos.h" and <sys/param.h> needed for
the following changes.
(Ffile_name_directory, Fexpand_file_name) [FILE_SYSTEM_CASE]: Apply
case conversion if defined.
(Ffile_name_directory, Ffile_name_nondirectory, file_name_as_directory,
directory_file_name, Fexpand_file_name, Fsubstitute_in_file_name,
expand_and_dir_to_file) [MSDOS]: Drive letter support.
(Fexpand_file_name) [MSDOS]: Support for multiple default directories.
(Ffile_writeable_p) [MSDOS]: Don't call access with file name ending in slash.
(Finsert_file_contents) [MSDOS]: Determine file type by name (call
find-buffer-file-type) and change CR+LF to LF if it is a text file.
(Fwrite_region) [MSDOS]: Use text/binary mode as specified by buffer_file_type.
(syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type.
(Fsubstitute_in_file_name) [MSDOS]: Ignore case in environtment variable.
src/fileio.c