aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/sendmail.el3
1 files changed, 2 insertions, 1 deletions
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."
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 ()