diff options
| author | Juri Linkov | 2019-10-01 23:15:03 +0300 |
|---|---|---|
| committer | Juri Linkov | 2019-10-01 23:15:03 +0300 |
| commit | 2698d3dba2e9858b026ed127d4de3f86810a5ef3 (patch) | |
| tree | 8e9b8f194cfcad8af83a4174a0105bbc691f06d6 /src/buffer.h | |
| parent | 25f45d710e91a7c1049f056ff27bc3e6968f5624 (diff) | |
| parent | 3f981a0a89bca47a207fb362485f07e7322bb145 (diff) | |
| download | emacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.tar.gz emacs-2698d3dba2e9858b026ed127d4de3f86810a5ef3.zip | |
Merge branch 'feature/tabs'
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 | ||