]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-abort-edit): Call `rmail-highlight-headers'.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 1994 23:09:27 +0000 (23:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 1994 23:09:27 +0000 (23:09 +0000)
lisp/mail/rmailedit.el

index 1ed73a994cdb7a4afefac1179aa95d8475577c40..92c4e1bf54427dd7bab485d873d13d49a8b0d62c 100644 (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