From: Luc Teirlinck Date: Wed, 8 Sep 2004 02:21:45 +0000 (+0000) Subject: (struct buffer): Add auto_save_file_format field. X-Git-Tag: ttn-vms-21-2-B4~5030 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc511a66bcb9bcfff6bf0cd668e80309807ea430;p=emacs.git (struct buffer): Add auto_save_file_format field. --- diff --git a/src/buffer.h b/src/buffer.h index e59211d4111..bcb293a2e85 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -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;