diff options
author | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 16:56:02 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@snark.thyrsus.com> | 1993-03-17 16:56:02 +0000 |
commit | aae56ea7ca8c74e7bb5595b828851aaa9f947792 (patch) | |
tree | 464b508b0ece6a20291b838d52ec33305d66a541 /lisp/mail/vms-pmail.el | |
parent | c7986c187611e2f908263a9ad5f104a8ef78d3dc (diff) | |
download | emacs-aae56ea7ca8c74e7bb5595b828851aaa9f947792.tar.gz |
Add standard library headers.
Diffstat (limited to 'lisp/mail/vms-pmail.el')
-rw-r--r-- | lisp/mail/vms-pmail.el | 4 |
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 |