(rmail-abort-edit): Call `rmail-highlight-headers'.

This commit is contained in:
Richard M. Stallman 1994-08-09 23:09:27 +00:00
parent defa73468e
commit 2ac32b29b2

View file

@ -115,6 +115,7 @@ to return to regular RMAIL:
(interactive)
(delete-region (point-min) (point-max))
(insert rmail-old-text)
(rmail-cease-edit))
(rmail-cease-edit)
(rmail-highlight-headers))
;;; rmailedit.el ends here