From ae54d28781e2ee8842e06f62aa406fbde54751d9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 26 Feb 1997 13:08:35 +0000 Subject: [PATCH] (sendmail-coding-system): Add autoload cookie. Default value is nil. --- lisp/mail/sendmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () -- 2.39.5