(struct buffer): Test DOS_MT, not MSDOS.

This commit is contained in:
Richard M. Stallman 1994-11-01 06:17:07 +00:00
parent b752147426
commit 5e028eee2a

View file

@ -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;