]> git.eshelyaron.com Git - emacs.git/commitdiff
(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 e75d611e8e471c8b3d9866b45f646dadb25a5b49..6f1d6f107926fbe788891f617acc54c9c52d14bf 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 ':'