mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 12:27:33 +00:00
(struct buffer): Test DOS_MT, not MSDOS.
This commit is contained in:
parent
b752147426
commit
5e028eee2a
1 changed files with 2 additions and 2 deletions
|
|
@ -272,10 +272,10 @@ struct buffer
|
|||
Lisp_Object left_margin;
|
||||
/* Function to call when insert space past fill column */
|
||||
Lisp_Object auto_fill_function;
|
||||
#ifdef MSDOS
|
||||
#ifdef DOS_NT
|
||||
/* nil: text, t: binary. */
|
||||
Lisp_Object buffer_file_type;
|
||||
#endif
|
||||
#endif /* DOS_NT */
|
||||
|
||||
/* String of length 256 mapping each char to its lower-case version. */
|
||||
Lisp_Object downcase_table;
|
||||
|
|
|
|||
Loading…
Reference in a new issue