diff options
| author | Dave Love | 2000-11-12 00:57:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-11-12 00:57:08 +0000 |
| commit | 29a69d04a6daa3e2c73122e155713544d5e7457c (patch) | |
| tree | 054cc9f89b03fe46a87c7ce77f9071469f89fede | |
| parent | 4503fe8bd257bbc5d6ffa62dd667c01393fc5c99 (diff) | |
| download | emacs-29a69d04a6daa3e2c73122e155713544d5e7457c.tar.gz emacs-29a69d04a6daa3e2c73122e155713544d5e7457c.zip | |
Fix header,
(feedmail) <defgroup>: Add :link.
| -rw-r--r-- | lisp/mail/feedmail.el | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 6ddb0b5e908..f52b8f88201 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el | |||
| @@ -1,6 +1,11 @@ | |||
| 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 | 3 | ||
| 4 | ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> | ||
| 5 | ;; Version: 8 | ||
| 6 | ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft | ||
| 7 | ;; X-URL: <URL:http://www.carpenter.org/feedmail/feedmail.html> | ||
| 8 | |||
| 4 | ;;; Commentary: | 9 | ;;; Commentary: |
| 5 | 10 | ||
| 6 | ;; A replacement for parts of Emacs' sendmail.el (specifically, | 11 | ;; A replacement for parts of Emacs' sendmail.el (specifically, |
| @@ -19,10 +24,6 @@ | |||
| 19 | ;; this specific piece of code. No warranty or promise of support is | 24 | ;; this specific piece of code. No warranty or promise of support is |
| 20 | ;; offered. This code is hereby released into the public domain. | 25 | ;; offered. This code is hereby released into the public domain. |
| 21 | 26 | ||
| 22 | ;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG> | ||
| 23 | ;; Version: 8 | ||
| 24 | ;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft | ||
| 25 | ;; Where: <URL:http://www.carpenter.org/feedmail/feedmail.html> | ||
| 26 | ;; Thanks: My thanks to the many people who have sent me suggestions | 27 | ;; Thanks: My thanks to the many people who have sent me suggestions |
| 27 | ;; and fixes over time, as well as those who have tested many beta | 28 | ;; and fixes over time, as well as those who have tested many beta |
| 28 | ;; iterations. Some are cited in comments in code fragments below, | 29 | ;; iterations. Some are cited in comments in code fragments below, |
| @@ -302,6 +303,7 @@ | |||
| 302 | 303 | ||
| 303 | (defgroup feedmail nil | 304 | (defgroup feedmail nil |
| 304 | "Assist other email packages to massage outgoing messages." | 305 | "Assist other email packages to massage outgoing messages." |
| 306 | :link (url-link "http://www.carpenter.org/feedmail/feedmail.html") | ||
| 305 | :group 'mail) | 307 | :group 'mail) |
| 306 | 308 | ||
| 307 | (defgroup feedmail-misc nil | 309 | (defgroup feedmail-misc nil |