diff options
Diffstat (limited to 'src/buffer.h')
| -rw-r--r-- | src/buffer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/buffer.h b/src/buffer.h index 280d4e9098e..37a50d276f1 100644 --- a/src/buffer.h +++ b/src/buffer.h | |||
| @@ -348,6 +348,10 @@ struct buffer | |||
| 348 | of windows. Nil means don't display that line. */ | 348 | of windows. Nil means don't display that line. */ |
| 349 | Lisp_Object header_line_format_; | 349 | Lisp_Object header_line_format_; |
| 350 | 350 | ||
| 351 | /* Analogous to mode_line_format for the line displayed at the top | ||
| 352 | of windows. Nil means don't display that line. */ | ||
| 353 | Lisp_Object tab_line_format_; | ||
| 354 | |||
| 351 | /* Keys that are bound local to this buffer. */ | 355 | /* Keys that are bound local to this buffer. */ |
| 352 | Lisp_Object keymap_; | 356 | Lisp_Object keymap_; |
| 353 | 357 | ||