1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.

This commit is contained in:
Richard M. Stallman 1996-05-11 21:23:34 +00:00
parent 21319b18dc
commit 2f019854db

View File

@ -220,7 +220,7 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
/* Define this to a function (Fdowncase, Fupcase) if your file system
likes that */
#define FILE_SYSTEM_CASE Fdowncase
#define FILE_SYSTEM_CASE Fmsdos_downcase_filename
/* Define this to be the separator between devices and paths */
#define DEVICE_SEP ':'