]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New field too_small_ok.
authorGerd Moellmann <gerd@gnu.org>
Fri, 13 Aug 1999 21:24:42 +0000 (21:24 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 13 Aug 1999 21:24:42 +0000 (21:24 +0000)
src/window.h

index c75a755de4279f8735485c469f725bfa0a418907..bdc3080942b7aae2fa2c7f156535003f28ced37b 100644 (file)
@@ -200,6 +200,8 @@ struct window
     /* 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