Mercurial > emacs
changeset 7065:0e391644f3ed
(rmail-show-message): Always re-set overlay face property.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 24 Apr 1994 05:55:04 +0000 |
parents | 19a84bb30e9e |
children | de9caaa1de09 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Sun Apr 24 05:44:56 1994 +0000 +++ b/lisp/mail/rmail.el Sun Apr 24 05:55:04 1994 +0000 @@ -1426,6 +1426,7 @@ (progn (setq overlay (car overlays) overlays (cdr overlays)) + (overlay-put overlay 'face face) (move-overlay overlay beg (point))) ;; Make a new overlay and add it to ;; rmail-overlay-list.