Arrange to tell redisplay about changes in overlays.
authorJim Blandy <jimb@redhat.com>
Mon, 10 May 1993 00:15:02 +0000 (00:15 +0000)
committerJim Blandy <jimb@redhat.com>
Mon, 10 May 1993 00:15:02 +0000 (00:15 +0000)
commitb61982dd6ef7f636ea3670cb44c08fbbca6bc1ad
treeefd45425e6f90d3a476b2cf0954628eeb570dab5
parent40a4095a69a5b10047d17fdb0af77123fdcde10f
Arrange to tell redisplay about changes in overlays.
* xdisp.c (redisplay_region): New function.
* buffer.c (Fmove_overlay): Call redisplay_region on the areas the
overlay has enclosed or left.
(Fdelete_overlay): Call redisplay_region on the area the overlay
used to occupy.
(Foverlay_put): Call redisplay_region on the area the overlay now
occupies; we may have put a face property on it.

* buffer.c (Fmove_overlay): Doc fix.
src/buffer.c