Mercurial > emacs
changeset 7435:c659a109311c
(rmail-toggle-header): Call rmail-highlight-headers.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 10 May 1994 07:38:34 +0000 |
parents | 7b5d67590d57 |
children | b20221c93fbb |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Tue May 10 07:30:11 1994 +0000 +++ b/lisp/mail/rmail.el Tue May 10 07:38:34 1994 +0000 @@ -1144,7 +1144,8 @@ (goto-char (point-min)) (search-forward "\n*** EOOH ***\n") (narrow-to-region (point) (point-max))) - (rmail-reformat-message (point-min) (point-max))))) + (rmail-reformat-message (point-min) (point-max)))) + (rmail-highlight-headers)) ;;;; *** Rmail Attributes and Keywords ***