From 57ad77fab17e26c294351cddba7eb056bce6ce6f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 24 Apr 1994 05:55:04 +0000 Subject: [PATCH] (rmail-show-message): Always re-set overlay face property. --- lisp/mail/rmail.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 275367808fe..9606398706a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1426,6 +1426,7 @@ If summary buffer is currently displayed, update current message there also." (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. -- 2.39.5