(rmail-abort-edit): Call `rmail-highlight-headers'.
This commit is contained in:
parent
defa73468e
commit
2ac32b29b2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue