]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-show-message): Always re-set overlay face property.
authorRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 05:55:04 +0000 (05:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 24 Apr 1994 05:55:04 +0000 (05:55 +0000)
lisp/mail/rmail.el

index 275367808fe7bab1d8c709f1282b252d77fa85ab..9606398706a348490b0ded60d624e5689ce3e28b 100644 (file)
@@ -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.