(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
authorRichard M. Stallman <rms@gnu.org>
Sat, 11 May 1996 21:23:34 +0000 (21:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 11 May 1996 21:23:34 +0000 (21:23 +0000)
src/s/msdos.h

index e75d611..6f1d6f1 100644 (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 ':'