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 af3dd0400e3..e9c7d56f6a4 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -356,6 +356,9 @@ struct buffer | |||
| 356 | /* Position where the overlay lists are centered. */ | 356 | /* Position where the overlay lists are centered. */ |
| 357 | Lisp_Object overlay_center; | 357 | Lisp_Object overlay_center; |
| 358 | 358 | ||
| 359 | /* Lisp of symbols naming the file format used for visited file. */ | ||
| 360 | Lisp_Object file_format; | ||
| 361 | |||
| 359 | /* True if the newline position cache and width run cache are | 362 | /* True if the newline position cache and width run cache are |
| 360 | enabled. See search.c and indent.c. */ | 363 | enabled. See search.c and indent.c. */ |
| 361 | Lisp_Object cache_long_line_scans; | 364 | Lisp_Object cache_long_line_scans; |