summaryrefslogtreecommitdiff
path: root/src/buffer.h
diff options
context:
space:
mode:
authorBoris Goldowsky <boris@gnu.org>1995-03-17 18:10:19 +0000
committerBoris Goldowsky <boris@gnu.org>1995-03-17 18:10:19 +0000
commit4acbe0f69f9643e5f854b811861549503e1e9bee (patch)
treef2a94b7a921af19da0a657558280c885dff8f6e4 /src/buffer.h
parentf8bb93ca2a7d0cd2eee44ed2202d002fe420c89b (diff)
downloademacs-4acbe0f69f9643e5f854b811861549503e1e9bee.tar.gz
(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
/* Position where the overlay lists are centered. */
Lisp_Object overlay_center;
+ /* Lisp of symbols naming the file format used for visited file. */
+ Lisp_Object file_format;
+
/* True if the newline position cache and width run cache are
enabled. See search.c and indent.c. */
Lisp_Object cache_long_line_scans;