From: Gerd Moellmann Date: Fri, 13 Aug 1999 21:24:42 +0000 (+0000) Subject: (struct window): New field too_small_ok. X-Git-Tag: emacs-pretest-21.0.90~7185 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5f47720c30c98d0952db409e842329179432d498;p=emacs.git (struct window): New field too_small_ok. --- 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 /* 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