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:
parent
21319b18dc
commit
2f019854db
@ -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 ':'
|
||||
|
Loading…
x
Reference in New Issue
Block a user