changeset 8498:ba1acb3cf835

(rmail-abort-edit): Call `rmail-highlight-headers'.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 1994 23:09:27 +0000
parents 3d566eab9870
children ad8ab5d3841d
files lisp/mail/rmailedit.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el	Tue Aug 09 21:21:28 1994 +0000
+++ b/lisp/mail/rmailedit.el	Tue Aug 09 23:09:27 1994 +0000
@@ -115,6 +115,7 @@
   (interactive)
   (delete-region (point-min) (point-max))
   (insert rmail-old-text)
-  (rmail-cease-edit))
+  (rmail-cease-edit)
+  (rmail-highlight-headers))
 
 ;;; rmailedit.el ends here