changeset 33424:82e71ffbac94

Fix header, (feedmail) <defgroup>: Add :link.
author Dave Love <fx@gnu.org>
date Sun, 12 Nov 2000 00:57:08 +0000
parents d4a37dfbba9d
children ee7981d56c06
files lisp/mail/feedmail.el
diffstat 1 files changed, 6 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/feedmail.el	Sun Nov 12 00:53:35 2000 +0000
+++ b/lisp/mail/feedmail.el	Sun Nov 12 00:57:08 2000 +0000
@@ -1,6 +1,11 @@
 ;;; feedmail.el --- assist other email packages to massage outgoing messages
 ;;; This file is in the public domain.
 
+;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG>
+;; Version: 8
+;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft
+;; X-URL: <URL:http://www.carpenter.org/feedmail/feedmail.html>
+
 ;;; Commentary:
 
 ;; A replacement for parts of Emacs' sendmail.el (specifically,
@@ -19,10 +24,6 @@
 ;; this specific piece of code.  No warranty or promise of support is
 ;; offered.  This code is hereby released into the public domain.
 
-;; Author: Bill Carpenter <bill@bubblegum.net>, <bill@carpenter.ORG>
-;; Version: 8
-;; Keywords: email, queue, mail, sendmail, message, spray, smtp, draft
-;; Where: <URL:http://www.carpenter.org/feedmail/feedmail.html>
 ;; Thanks: My thanks to the many people who have sent me suggestions
 ;;    and fixes over time, as well as those who have tested many beta
 ;;    iterations.  Some are cited in comments in code fragments below,
@@ -302,6 +303,7 @@
 
 (defgroup feedmail nil
   "Assist other email packages to massage outgoing messages."
+  :link (url-link "http://www.carpenter.org/feedmail/feedmail.html")
   :group 'mail)
 
 (defgroup feedmail-misc nil