summaryrefslogtreecommitdiff
path: root/lisp/mail/vms-pmail.el
diff options
context:
space:
mode:
authorEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
committerEric S. Raymond <esr@snark.thyrsus.com>1993-03-17 16:56:02 +0000
commit515f023693c1d4950cd0d7121bd5a5c219ec7e8b (patch)
treef0afef5d093fcd14250211f9160cb43d3adcd11b /lisp/mail/vms-pmail.el
parenta8f09f418b2256de5d354afcadd956e4f867b5ea (diff)
downloademacs-515f023693c1d4950cd0d7121bd5a5c219ec7e8b.tar.gz
Add standard library headers.
Diffstat (limited to 'lisp/mail/vms-pmail.el')
-rw-r--r--lisp/mail/vms-pmail.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/mail/vms-pmail.el b/lisp/mail/vms-pmail.el
index dd6c3b9c385..ab4d1d8c07b 100644
--- a/lisp/mail/vms-pmail.el
+++ b/lisp/mail/vms-pmail.el
@@ -1,4 +1,5 @@
-;;; 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>
@@ -111,3 +112,4 @@ If neither file exists, fails quietly."
(if (file-attributes "~/.signature")
(insert-file-contents "~/.signature")))))
+;;; vms-pmail.el ends here