Mercurial > emacs
changeset 34681:34b048e564c0
Fix last check-in.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 18 Dec 2000 13:57:32 +0000 |
parents | 2e93437356ad |
children | 4130c0ad0a5e |
files | lisp/mail/sendmail.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/sendmail.el Mon Dec 18 13:50:14 2000 +0000 +++ b/lisp/mail/sendmail.el Mon Dec 18 13:57:32 2000 +0000 @@ -100,9 +100,9 @@ Function to call to send the current buffer as mail. The headers should be delimited by a line which is not a valid RFC822 header or continuation line." - :type '(radio (function-item sendmail-send-it) - (function-item feedmail-send-it) - (function-item smtpmail-send-it) + :type '(radio (function-item sendmail-send-it :tag "Use Sendmail package") + (function-item smtpmail-send-it :tag "Use SMTPmail package") + (function-item feedmail-send-it :tag "Use Feedmail package") function) :group 'sendmail)