diff options
Diffstat (limited to 'src/window.h')
| -rw-r--r-- | src/window.h | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/window.h b/src/window.h index 6a9641e3e6d..de0f7307a51 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -258,13 +258,8 @@ struct window | |||
| 258 | must run the redisplay-end-trigger-hook. */ | 258 | must run the redisplay-end-trigger-hook. */ |
| 259 | Lisp_Object redisplay_end_trigger; | 259 | Lisp_Object redisplay_end_trigger; |
| 260 | 260 | ||
| 261 | /* Non-nil means deleting or resizing this window distributes | 261 | /* t means this window's child windows are not (re-)combined. */ |
| 262 | space among all windows in the same combination. */ | 262 | Lisp_Object combination_limit; |
| 263 | Lisp_Object splits; | ||
| 264 | |||
| 265 | /* Non-nil means this window's child windows are never | ||
| 266 | (re-)combined. */ | ||
| 267 | Lisp_Object nest; | ||
| 268 | 263 | ||
| 269 | /* Alist of <buffer, window-start, window-point> triples listing | 264 | /* Alist of <buffer, window-start, window-point> triples listing |
| 270 | buffers previously shown in this window. */ | 265 | buffers previously shown in this window. */ |