Mercurial > emacs
changeset 56975:ef6ff15b0458
(struct buffer): Add auto_save_file_format field.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 08 Sep 2004 02:21:45 +0000 |
parents | 5b47e4751161 |
children | b3aa8cb4c381 |
files | src/buffer.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.h Tue Sep 07 21:50:39 2004 +0000 +++ b/src/buffer.h Wed Sep 08 02:21:45 2004 +0000 @@ -666,6 +666,9 @@ /* List of symbols naming the file format used for visited file. */ Lisp_Object file_format; + /* List of symbols naming the file format used for auto-save file. */ + Lisp_Object auto_save_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;