]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct buffer): Add file_format member.
authorBoris Goldowsky <boris@gnu.org>
Fri, 17 Mar 1995 18:10:19 +0000 (18:10 +0000)
committerBoris Goldowsky <boris@gnu.org>
Fri, 17 Mar 1995 18:10:19 +0000 (18:10 +0000)
src/buffer.h

index af3dd0400e37a30d4a18dca994bd5b4d76c63cd1..e9c7d56f6a4a20b21d4985e20e97a1d084460eb9 100644 (file)
@@ -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;