aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenichi Handa1997-02-26 13:08:35 +0000
committerKenichi Handa1997-02-26 13:08:35 +0000
commitae54d28781e2ee8842e06f62aa406fbde54751d9 (patch)
tree861f32823f788ac3773fac23f76ff1f1d819368f
parentdb56d71e952c6a957aaa38cffd501ff1c2fd5315 (diff)
downloademacs-ae54d28781e2ee8842e06f62aa406fbde54751d9.tar.gz
emacs-ae54d28781e2ee8842e06f62aa406fbde54751d9.zip
(sendmail-coding-system): Add autoload cookie.
Default value is nil.
-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 ()