aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 9dce1ae0a36..15f7c51f437 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -244,6 +244,10 @@ struct buffer
244 Lisp_Object left_margin; 244 Lisp_Object left_margin;
245 /* Function to call when insert space past fill column */ 245 /* Function to call when insert space past fill column */
246 Lisp_Object auto_fill_function; 246 Lisp_Object auto_fill_function;
247#ifdef MSDOS
248 /* nil: text, t: binary. */
249 Lisp_Object buffer_file_type;
250#endif
247 251
248 /* String of length 256 mapping each char to its lower-case version. */ 252 /* String of length 256 mapping each char to its lower-case version. */
249 Lisp_Object downcase_table; 253 Lisp_Object downcase_table;