diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 47f00560824..838ace7b18b 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -670,6 +670,9 @@ struct buffer | |||
| 670 | /* List of symbols naming the file format used for visited file. */ | 670 | /* List of symbols naming the file format used for visited file. */ |
| 671 | Lisp_Object file_format; | 671 | Lisp_Object file_format; |
| 672 | 672 | ||
| 673 | /* List of symbols naming the file format used for auto-save file. */ | ||
| 674 | Lisp_Object auto_save_file_format; | ||
| 675 | |||
| 673 | /* True if the newline position cache and width run cache are | 676 | /* True if the newline position cache and width run cache are |
| 674 | enabled. See search.c and indent.c. */ | 677 | enabled. See search.c and indent.c. */ |
| 675 | Lisp_Object cache_long_line_scans; | 678 | Lisp_Object cache_long_line_scans; |