# HG changeset patch # User Dave Love # Date 977147852 0 # Node ID 34b048e564c0b0b23e9d5edd6d876c31730ad33c # Parent 2e93437356ad7aeda6504ebf80bd376ab3519df1 Fix last check-in. diff -r 2e93437356ad -r 34b048e564c0 lisp/mail/sendmail.el --- 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)