Some fixes to follow coding conventions in files maintained by FSF.
[bpt/emacs.git] / lisp / mail / vms-pmail.el
index 3dd2d66..7fe7771 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@nsrl31.nsrl.rochester.edu>
+;; 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