diff options
| author | Gerd Moellmann | 1999-08-13 21:24:42 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-08-13 21:24:42 +0000 |
| commit | 5f47720c30c98d0952db409e842329179432d498 (patch) | |
| tree | dcc3f0792f420d57265edd1265781e7f5c652028 /src | |
| parent | b5f05b503d67010e0a49fe3f2af78001afa153e2 (diff) | |
| download | emacs-5f47720c30c98d0952db409e842329179432d498.tar.gz emacs-5f47720c30c98d0952db409e842329179432d498.zip | |
(struct window): New field too_small_ok.
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/window.h b/src/window.h index c75a755de42..bdc3080942b 100644 --- a/src/window.h +++ b/src/window.h | |||
| @@ -200,6 +200,8 @@ struct window | |||
| 200 | /* If redisplay in this window goes beyond this buffer position, | 200 | /* If redisplay in this window goes beyond this buffer position, |
| 201 | must run the redisplay-end-trigger-hook. */ | 201 | must run the redisplay-end-trigger-hook. */ |
| 202 | Lisp_Object redisplay_end_trigger; | 202 | Lisp_Object redisplay_end_trigger; |
| 203 | /* Non-nil means don't delete this window for becoming "too small". */ | ||
| 204 | Lisp_Object too_small_ok; | ||
| 203 | 205 | ||
| 204 | /* No Lisp data may follow below this point without changing | 206 | /* No Lisp data may follow below this point without changing |
| 205 | mark_object in alloc.c. The member current_matrix must be the | 207 | mark_object in alloc.c. The member current_matrix must be the |