* Change all places that call UPDATE-INFERIOR! to test the redisplay
flags before doing the call. Change UPDATE-INFERIOR! to eliminate
the test. This change avoids a close-coded call with many arguments
if it is unnecessary.
* Many of the low-level :UPDATE-DISPLAY! methods always return #T.
Take advantage of this fact to eliminate unnecessary tests in the
callers.
* WINDOW-MODELINE-EVENT! was informing the modeline window of the
event by means of a message. Change this to a procedure call.
* Change WINDOW-NEEDS-REDISPLAY! and INFERIOR-NEEDS-REDISPLAY! to
avoid close-coded call to SETUP-REDISPLAY-FLAGS! when it is
unnecessary.
* Add declarations to cause CLIP-WINDOW-REGION-1 to be open-coded.
This eliminates two close-coded calls and generation of a closure
over many variables.