+2000-12-18 Dave Love <fx@gnu.org>
+
+ * mail/sendmail.el (send-mail-function): Customize.
+
2000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
* international/codepage.el (cp866-decode-table): New table.
;; Useful to set in site-init.el
;;;###autoload
-(defvar send-mail-function 'sendmail-send-it "\
+(defcustom send-mail-function 'sendmail-send-it "\
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.")
+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)
+ function)
+ :group 'sendmail)
;;;###autoload
(defcustom mail-header-separator "--text follows this line--" "\