X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/1d0533709cc8737e591620cfc89529a743f28011..c3d9274aea16845838647cf2a225e8f60709b3ff:/lisp/mail/rmailedit.el diff --git a/lisp/mail/rmailedit.el b/lisp/mail/rmailedit.el index 17a83cf1eb..3835070b34 100644 --- a/lisp/mail/rmailedit.el +++ b/lisp/mail/rmailedit.el @@ -1,4 +1,4 @@ -;;; rmailedit.el --- "RMAIL edit mode" Edit the current message. +;;; rmailedit.el --- "RMAIL edit mode" Edit the current message ;; Copyright (C) 1985, 1994, 2001 Free Software Foundation, Inc. @@ -22,6 +22,8 @@ ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. +;;; Commentary: + ;;; Code: (require 'rmail) @@ -152,4 +154,6 @@ This functions runs the normal hook `rmail-edit-mode-hook'. (rmail-cease-edit) (rmail-highlight-headers)) +(provide 'rmailedit) + ;;; rmailedit.el ends here