Mercurial > emacs
changeset 88266:7ed20fa4aa34
(rmail-abort-edit): Don't call
rmail-highlight-headers anymore.
author | Alex Schroeder <alex@gnu.org> |
---|---|
date | Sat, 21 Jan 2006 18:22:09 +0000 |
parents | defd9948075b |
children | 960c11d84a7d |
files | lisp/mail/rmailedit.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmailedit.el Sat Jan 21 18:21:07 2006 +0000 +++ b/lisp/mail/rmailedit.el Sat Jan 21 18:22:09 2006 +0000 @@ -146,8 +146,7 @@ (interactive) (delete-region (point-min) (point-max)) (insert rmail-old-text) - (rmail-cease-edit) - (rmail-highlight-headers)) + (rmail-cease-edit)) (provide 'rmailedit)