# HG changeset patch # User Luc Teirlinck # Date 1094610105 0 # Node ID ef6ff15b04581e597c55a9571425459d50efb651 # Parent 5b47e47511615e41c743a2e5949314fd1e956ec2 (struct buffer): Add auto_save_file_format field. diff -r 5b47e4751161 -r ef6ff15b0458 src/buffer.h --- 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;