Mercurial > emacs
diff src/window.h @ 25256:631f514ef580
(struct window): New field too_small_ok.
| author | Gerd Moellmann <gerd@gnu.org> |
|---|---|
| date | Fri, 13 Aug 1999 21:24:42 +0000 |
| parents | 429ec2c075e4 |
| children | 3a25e881065f |
line wrap: on
line diff
--- a/src/window.h Fri Aug 13 21:24:35 1999 +0000 +++ b/src/window.h Fri Aug 13 21:24:42 1999 +0000 @@ -200,6 +200,8 @@ /* If redisplay in this window goes beyond this buffer position, must run the redisplay-end-trigger-hook. */ Lisp_Object redisplay_end_trigger; + /* Non-nil means don't delete this window for becoming "too small". */ + Lisp_Object too_small_ok; /* No Lisp data may follow below this point without changing mark_object in alloc.c. The member current_matrix must be the
