diff options
| author | Richard M. Stallman | 1996-05-11 21:23:34 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-05-11 21:23:34 +0000 |
| commit | 2f019854dba1bb99af6a1a47d8a4c64830f44666 (patch) | |
| tree | e0ef2d7d298e231f38c8e0d143c95a44c9ef5f38 /src | |
| parent | 21319b18dcf11b86a5941ff11e9d6435ce1ab9f4 (diff) | |
| download | emacs-2f019854dba1bb99af6a1a47d8a4c64830f44666.tar.gz emacs-2f019854dba1bb99af6a1a47d8a4c64830f44666.zip | |
(FILE_SYSTEM_CASE): Call Fmsdos_downcase_filename instead of Fdowncase.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/msdos.h | 2 |
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 */ | |||
| 220 | 220 | ||
| 221 | /* Define this to a function (Fdowncase, Fupcase) if your file system | 221 | /* Define this to a function (Fdowncase, Fupcase) if your file system |
| 222 | likes that */ | 222 | likes that */ |
| 223 | #define FILE_SYSTEM_CASE Fdowncase | 223 | #define FILE_SYSTEM_CASE Fmsdos_downcase_filename |
| 224 | 224 | ||
| 225 | /* Define this to be the separator between devices and paths */ | 225 | /* Define this to be the separator between devices and paths */ |
| 226 | #define DEVICE_SEP ':' | 226 | #define DEVICE_SEP ':' |