From: Kenichi Handa Date: Wed, 26 Feb 1997 13:08:35 +0000 (+0000) Subject: (sendmail-coding-system): Add autoload cookie. X-Git-Tag: emacs-20.1~2848 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ae54d28781e2ee8842e06f62aa406fbde54751d9;p=emacs.git (sendmail-coding-system): Add autoload cookie. Default value is nil. --- diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 89fcfa2f478..1ac0e958fb4 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -551,7 +551,8 @@ the user from the mailer." ;; This does the real work of sending a message via sendmail. ;; It is called via the variable send-mail-function. -(defvar sendmail-coding-system 'coding-system-iso-2022-7 +;;;###autoload +(defvar sendmail-coding-system nil "Coding system to which to encode the mail.") (defun sendmail-send-it ()