diff options
| author | Luc Teirlinck | 2004-09-08 02:21:45 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-09-08 02:21:45 +0000 |
| commit | dc511a66bcb9bcfff6bf0cd668e80309807ea430 (patch) | |
| tree | 48264cf69155c096f0bf63525b0b98d0b042226b /src/buffer.h | |
| parent | f0f90717f8941fb1cf30d23d5bb19a6edd8e6929 (diff) | |
| download | emacs-dc511a66bcb9bcfff6bf0cd668e80309807ea430.tar.gz emacs-dc511a66bcb9bcfff6bf0cd668e80309807ea430.zip | |
(struct buffer): Add auto_save_file_format field.
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 e59211d4111..bcb293a2e85 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -666,6 +666,9 @@ struct buffer | |||
| 666 | /* List of symbols naming the file format used for visited file. */ | 666 | /* List of symbols naming the file format used for visited file. */ |
| 667 | Lisp_Object file_format; | 667 | Lisp_Object file_format; |
| 668 | 668 | ||
| 669 | /* List of symbols naming the file format used for auto-save file. */ | ||
| 670 | Lisp_Object auto_save_file_format; | ||
| 671 | |||
| 669 | /* True if the newline position cache and width run cache are | 672 | /* True if the newline position cache and width run cache are |
| 670 | enabled. See search.c and indent.c. */ | 673 | enabled. See search.c and indent.c. */ |
| 671 | Lisp_Object cache_long_line_scans; | 674 | Lisp_Object cache_long_line_scans; |