From c5dfddb64fce3a83de49e8d96cfbca54a58da413 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 18 Dec 2000 13:57:32 +0000 Subject: [PATCH] Fix last check-in. --- lisp/mail/sendmail.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e94e48b5c64..11df955c11f 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -100,9 +100,9 @@ nil means let mailer mail back a message to report errors." 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) -- 2.11.4.GIT