aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
authorBoris Goldowsky1995-03-17 18:10:19 +0000
committerBoris Goldowsky1995-03-17 18:10:19 +0000
commit585b0a89a3ef7b8828409b302d44cfce2cea0ff6 (patch)
tree02db4645901b72e4f56b850e48ce469cb920919a /src/buffer.h
parent5b6988a0a4f0fdae8c64cba03f4f2f40f46a3fc7 (diff)
downloademacs-585b0a89a3ef7b8828409b302d44cfce2cea0ff6.tar.gz
emacs-585b0a89a3ef7b8828409b302d44cfce2cea0ff6.zip
(struct buffer): Add file_format member.
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h
index af3dd0400e3..e9c7d56f6a4 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -356,6 +356,9 @@ struct buffer
356 /* Position where the overlay lists are centered. */ 356 /* Position where the overlay lists are centered. */
357 Lisp_Object overlay_center; 357 Lisp_Object overlay_center;
358 358
359 /* Lisp of symbols naming the file format used for visited file. */
360 Lisp_Object file_format;
361
359 /* True if the newline position cache and width run cache are 362 /* True if the newline position cache and width run cache are
360 enabled. See search.c and indent.c. */ 363 enabled. See search.c and indent.c. */
361 Lisp_Object cache_long_line_scans; 364 Lisp_Object cache_long_line_scans;