(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 c75a755..bdc3080 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