Mercurial > emacs
changeset 9784:93977a321baa
(struct buffer): Test DOS_MT, not MSDOS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 01 Nov 1994 06:17:07 +0000 |
parents | 7d8fc4b4f60d |
children | a72386110d83 |
files | src/buffer.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Tue Nov 01 05:56:55 1994 +0000 +++ b/src/buffer.h Tue Nov 01 06:17:07 1994 +0000 @@ -272,10 +272,10 @@ 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;