Mercurial > emacs
diff src/buffer.h @ 11051:e1e834b78a79
(struct buffer): Add file_format member.
| author | Boris Goldowsky <boris@gnu.org> |
|---|---|
| date | Fri, 17 Mar 1995 18:10:19 +0000 |
| parents | e55f4cc120b6 |
| children | e6bdaaa6ce1b |
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;
