comparison 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
comparison
equal deleted inserted replaced
38435:a9102b5472f0 38436:b174db545cfd
1 ;;; feedmail.el --- assist other email packages to massage outgoing messages 1 ;;; feedmail.el --- assist other email packages to massage outgoing messages
2 ;;; This file is in the public domain. 2 ;;; This file is in the public domain.
3
4 ;; This file is part of GNU Emacs.
3 5
4 ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> 6 ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG>
5 ;; Version: 8 7 ;; Version: 8
6 ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft 8 ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft
7 ;; X-URL: <URL:http://www.carpenter.org/feedmail/feedmail.html> 9 ;; X-URL: <URL:http://www.carpenter.org/feedmail/feedmail.html>
2665 nil noerror))) 2667 nil noerror)))
2666 (forward-line -1) 2668 (forward-line -1)
2667 (point-marker)))) 2669 (point-marker))))
2668 2670
2669 (provide 'feedmail) 2671 (provide 'feedmail)
2672
2670 ;;; feedmail.el ends here 2673 ;;; feedmail.el ends here