]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix last check-in.
authorDave Love <fx@gnu.org>
Mon, 18 Dec 2000 13:57:32 +0000 (13:57 +0000)
committerDave Love <fx@gnu.org>
Mon, 18 Dec 2000 13:57:32 +0000 (13:57 +0000)
lisp/mail/sendmail.el

index e94e48b5c646e9f60d3d53f4e5c3a3e6098531ec..11df955c11ff83828c2dc543ac1086e170eaf0d8 100644 (file)
@@ -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)