Mercurial > emacs
changeset 11051:e1e834b78a79
(struct buffer): Add file_format member.
author | Boris Goldowsky <boris@gnu.org> |
---|---|
date | Fri, 17 Mar 1995 18:10:19 +0000 |
parents | 564cd5b7f42f |
children | 35664a2851e7 |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Fri Mar 17 17:56:04 1995 +0000 +++ b/src/buffer.h Fri Mar 17 18:10:19 1995 +0000 @@ -356,6 +356,9 @@ /* 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;