diff options
| author | Stefan Monnier | 2012-07-17 07:52:00 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-07-17 07:52:00 -0400 |
| commit | 4dc7c8d5795458e89d19b59f64760e155c2cd70b (patch) | |
| tree | 2eb1ef73d69102f0ebee4e39056078adcdd49529 /src/s | |
| parent | 2143fa32671374cdef26fdb24355bf690728a344 (diff) | |
| parent | fbf31a9c2c08c86a7ab490cb7b920245b829a61d (diff) | |
| download | emacs-4dc7c8d5795458e89d19b59f64760e155c2cd70b.tar.gz emacs-4dc7c8d5795458e89d19b59f64760e155c2cd70b.zip | |
Merge from emacs-24
Diffstat (limited to 'src/s')
| -rw-r--r-- | src/s/msdos.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/s/msdos.h b/src/s/msdos.h index e1d97d5cc85..15112dad7a7 100644 --- a/src/s/msdos.h +++ b/src/s/msdos.h | |||
| @@ -86,10 +86,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 86 | :se=</SO>:so=<SO>:us=<UL>:ue=</UL>:md=<BD>:mh=<DIM>:mb=<BL>:mr=<RV>:me=<NV>:\ | 86 | :se=</SO>:so=<SO>:us=<UL>:ue=</UL>:md=<BD>:mh=<DIM>:mb=<BL>:mr=<RV>:me=<NV>:\ |
| 87 | :AB=<BG %d>:AF=<FG %d>:op=<DefC>:" | 87 | :AB=<BG %d>:AF=<FG %d>:op=<DefC>:" |
| 88 | 88 | ||
| 89 | /* Define this to a function (Fdowncase, Fupcase) if your file system | ||
| 90 | likes that. */ | ||
| 91 | #define FILE_SYSTEM_CASE Fmsdos_downcase_filename | ||
| 92 | |||
| 93 | /* Define this to be the separator between devices and paths. Used by | 89 | /* Define this to be the separator between devices and paths. Used by |
| 94 | lisp.h to define IS_DEVICE_SEP. */ | 90 | lisp.h to define IS_DEVICE_SEP. */ |
| 95 | #define DEVICE_SEP ':' | 91 | #define DEVICE_SEP ':' |