mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-03 22:20:52 -08:00
Fix last check-in.
This commit is contained in:
parent
cfec635c0c
commit
c5dfddb64f
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue