]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-abort-edit): Don't call
authorAlex Schroeder <alex@gnu.org>
Sat, 21 Jan 2006 18:22:25 +0000 (18:22 +0000)
committerAlex Schroeder <alex@gnu.org>
Sat, 21 Jan 2006 18:22:25 +0000 (18:22 +0000)
rmail-highlight-headers anymore.

lisp/mail/ChangeLog
lisp/mail/rmailedit.el

index 8d6c7eb134fb05695da2c33ff8a70fb2aa376e57..ea59ecc1bead25d6f430d2dfe79db6e4cd487313 100644 (file)
@@ -1,9 +1,18 @@
 2006-01-21  Alex Schroeder  <alex@gnu.org>
 
+       * 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.
index adab40546ef754de04b221878fadedbd39204cff..e765f74c1402e3ce0cd068da4584d9040bd9b2c8 100644 (file)
@@ -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)