Mercurial > emacs
comparison lisp/mail/mail-utils.el @ 2722:16db9d1af886
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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 10 May 1993 00:15:02 +0000 |
parents | 10e417efb12a |
children | e7dd24a618fb |
comparison
equal
deleted
inserted
replaced
2721:ca5cb6cafc40 | 2722:16db9d1af886 |
---|