summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-05-11 21:23:34 +0000
committerRichard M. Stallman <rms@gnu.org>1996-05-11 21:23:34 +0000
commit5360c8d9ae20086c6bfa24a164be706c26ee0995 (patch)
treef3f906c867c5d177cb42cacc4a7d9b977576d2fc /src
parente0a3eda234a3723de4a1d0025ef3099e747aff65 (diff)
downloademacs-5360c8d9ae20086c6bfa24a164be706c26ee0995.tar.gz
(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
Diffstat (limited to 'src')
-rw-r--r--src/s/msdos.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h
index e75d611e8e4..6f1d6f10792 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -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 ':'