From 35733902e9fa52e156df32cea64a0fe56e8fd531 Mon Sep 17 00:00:00 2001 From: Alex Schroeder Date: Sat, 21 Jan 2006 18:22:25 +0000 Subject: [PATCH] (rmail-abort-edit): Don't call rmail-highlight-headers anymore. --- lisp/mail/ChangeLog | 9 +++++++++ lisp/mail/rmailedit.el | 3 +-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/lisp/mail/ChangeLog b/lisp/mail/ChangeLog index 8d6c7eb134f..ea59ecc1bea 100644 --- a/lisp/mail/ChangeLog +++ b/lisp/mail/ChangeLog @@ -1,9 +1,18 @@ 2006-01-21 Alex Schroeder + * rmailedit.el (rmail-abort-edit): Don't call + rmail-highlight-headers anymore. + * rmail.el (rmail-next-undeleted-message): Simplify. (rmail-what-message): Deleted since it was never called. (rmail-narrow-to-header): Use the same error message as rmail-header-get-limit. + (rmail-highlight-face): Doc. + (rmail-font-lock-keywords): Add the stuff necessary to make + rmail-highlight-headers obsolete. + (rmail-toggle-header, rmail-show-message): Don't call + rmail-highlight-headers anymore. + (rmail-highlight-headers): Deleted. * rmaildesc.el (rmail-desc-set-attribute): Use rmail-header-add-header instead of rmail-header-set-header. diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index adab40546ef..e765f74c140 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -146,8 +146,7 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (interactive) (delete-region (point-min) (point-max)) (insert rmail-old-text) - (rmail-cease-edit) - (rmail-highlight-headers)) + (rmail-cease-edit)) (provide 'rmailedit) -- 2.39.5