]> code.delx.au - gnu-emacs/blobdiff - lisp/mail/vms-pmail.el
(rmail-dont-reply-to): Overhaul to correctly apply the regular
[gnu-emacs] / lisp / mail / vms-pmail.el
index fb3dbf670f2c80e37c948af0d3d1898f6b756e88..7fe7771d350008e33132f0d7d8bbc93c1a31194c 100644 (file)
@@ -1,8 +1,9 @@
-;;; vms-pmail.el --- use Emacs as the editor within VMS mail.
+;;; vms-pmail.el --- use Emacs as the editor within VMS mail
 
 ;; Copyright (C) 1992 Free Software Foundation, Inc.
 
 ;; Author: Roland B Roberts <roberts@panix.com>
+;; Maintainer: FSF
 ;; Keywords: vms
 
 ;; This file is part of GNU Emacs.
@@ -22,6 +23,8 @@
 ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;; Boston, MA 02111-1307, USA.
 
+;;; Commentary:
+
 ;;; Code:
 
 ;;;
@@ -114,4 +117,6 @@ If neither file exists, fails quietly."
        (if (file-attributes "~/.signature")
            (insert-file-contents "~/.signature")))))
 
+(provide 'vms-pmail)
+
 ;;; vms-pmail.el ends here