]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct buffer): Add auto_save_file_format field.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 8 Sep 2004 02:21:45 +0000 (02:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 8 Sep 2004 02:21:45 +0000 (02:21 +0000)
src/buffer.h

index e59211d4111c7d27890e86ec4949a5b42eb8038d..bcb293a2e856780505a74bd88302d39dd7d313ec 100644 (file)
@@ -666,6 +666,9 @@ struct buffer
   /* 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;