comparison lisp/mail/sendmail.el @ 17097:c3c90aba16f9

(sendmail-coding-system): Add autoload cookie. Default value is nil.
author Kenichi Handa <handa@m17n.org>
date Wed, 26 Feb 1997 13:08:35 +0000
parents d6ce795e84da
children 024399a1b442
comparison
equal deleted inserted replaced
17096:4a2d9b3990e3 17097:c3c90aba16f9
549 (delete-auto-save-file-if-necessary t)))))) 549 (delete-auto-save-file-if-necessary t))))))
550 550
551 ;; This does the real work of sending a message via sendmail. 551 ;; This does the real work of sending a message via sendmail.
552 ;; It is called via the variable send-mail-function. 552 ;; It is called via the variable send-mail-function.
553 553
554 (defvar sendmail-coding-system 'coding-system-iso-2022-7 554 ;;;###autoload
555 (defvar sendmail-coding-system nil
555 "Coding system to which to encode the mail.") 556 "Coding system to which to encode the mail.")
556 557
557 (defun sendmail-send-it () 558 (defun sendmail-send-it ()
558 (require 'mail-utils) 559 (require 'mail-utils)
559 (let ((errbuf (if mail-interactive 560 (let ((errbuf (if mail-interactive