From 585b0a89a3ef7b8828409b302d44cfce2cea0ff6 Mon Sep 17 00:00:00 2001 From: Boris Goldowsky Date: Fri, 17 Mar 1995 18:10:19 +0000 Subject: [PATCH] (struct buffer): Add file_format member. --- src/buffer.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.39.5