]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix header,
authorDave Love <fx@gnu.org>
Sun, 12 Nov 2000 00:57:08 +0000 (00:57 +0000)
committerDave Love <fx@gnu.org>
Sun, 12 Nov 2000 00:57:08 +0000 (00:57 +0000)
(feedmail) <defgroup>: Add :link.

lisp/mail/feedmail.el

index 6ddb0b5e908e0d744e757fd4d6a9fdb274e232e5..f52b8f882017cf973ac07ba07e06c8bd1398da1b 100644 (file)
@@ -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,
 ;; 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,
 
 (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