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
commitaae56ea7ca8c74e7bb5595b828851aaa9f947792 (patch)
tree464b508b0ece6a20291b838d52ec33305d66a541 /lisp/mail/vms-pmail.el
parentc7986c187611e2f908263a9ad5f104a8ef78d3dc (diff)
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