]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/rmailedit.el
Upgraded to MH-E version 7.1.
[gnu-emacs] / lisp / mail / rmailedit.el
index 17a83cf1eba54002f54848f7007351cb49071956..3835070b341c4f77565becd55e02322b4012c75e 100644 (file)
@@ -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