]> 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 22091f30d7fa2af155c49a73424fbf1f02a863fc..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@nsrl31.nsrl.rochester.edu>
+;; Author: Roland B Roberts <roberts@panix.com>
+;; Maintainer: FSF
 ;; Keywords: vms
 
 ;; This file is part of GNU Emacs.
 ;; GNU General Public License for more details.
 
 ;; You should have received a copy of the GNU General Public License
-;; along with GNU Emacs; see the file COPYING.  If not, write to
-;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
+;; along with GNU Emacs; see the file COPYING.  If not, write to the
+;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+;; Boston, MA 02111-1307, USA.
+
+;;; Commentary:
 
 ;;; Code:
 
@@ -113,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