• Jim Blandy's avatar
    Arrange to tell redisplay about changes in overlays. · b61982dd
    Jim Blandy authored
    	* 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.
    b61982dd
buffer.c 70.3 KB