aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.h b/src/buffer.h
index d456e1bd68e..2889d263820 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -272,10 +272,10 @@ struct buffer
272 Lisp_Object left_margin; 272 Lisp_Object left_margin;
273 /* Function to call when insert space past fill column */ 273 /* Function to call when insert space past fill column */
274 Lisp_Object auto_fill_function; 274 Lisp_Object auto_fill_function;
275#ifdef MSDOS 275#ifdef DOS_NT
276 /* nil: text, t: binary. */ 276 /* nil: text, t: binary. */
277 Lisp_Object buffer_file_type; 277 Lisp_Object buffer_file_type;
278#endif 278#endif /* DOS_NT */
279 279
280 /* String of length 256 mapping each char to its lower-case version. */ 280 /* String of length 256 mapping each char to its lower-case version. */
281 Lisp_Object downcase_table; 281 Lisp_Object downcase_table;