diff lisp/mail/feedmail.el @ 38436:b174db545cfd

Some fixes to follow coding conventions.
author Pavel Janík <Pavel@Janik.cz>
date Mon, 16 Jul 2001 12:23:00 +0000
parents 47f26b110f6b
children 7ff02d7c4baf
line wrap: on
line diff
--- a/lisp/mail/feedmail.el	Mon Jul 16 12:22:17 2001 +0000
+++ b/lisp/mail/feedmail.el	Mon Jul 16 12:23:00 2001 +0000
@@ -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 @@
       (point-marker))))
 
 (provide 'feedmail)
+
 ;;; feedmail.el ends here