mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(struct buffer): Add auto_save_file_format field.
This commit is contained in:
parent
f0f90717f8
commit
dc511a66bc
1 changed files with 3 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue