diff options
author | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
---|---|---|
committer | Pavel Janík <Pavel@Janik.cz> | 2001-07-16 12:23:00 +0000 |
commit | e8af40eed41d6c61ea6a0649512c4b09afcb1bfa (patch) | |
tree | 588654cb6c38a93c432bfae53ccbf36569e3cf23 /lisp/mail/feedmail.el | |
parent | 4cba8c0bdcce038e6966aab82d08859d796e69d0 (diff) | |
download | emacs-e8af40eed41d6c61ea6a0649512c4b09afcb1bfa.tar.gz |
Some fixes to follow coding conventions.
Diffstat (limited to 'lisp/mail/feedmail.el')
-rw-r--r-- | lisp/mail/feedmail.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 477a966a1e3..2d21c9c45c5 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -1,6 +1,8 @@ ;;; feedmail.el --- assist other email packages to massage outgoing messages ;;; This file is in the public domain. +;; This file is part of GNU Emacs. + ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> ;; Version: 8 ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft @@ -2667,4 +2669,5 @@ been weeded out." (point-marker)))) (provide 'feedmail) + ;;; feedmail.el ends here |