]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-coding-system): Add autoload cookie.
authorKenichi Handa <handa@m17n.org>
Wed, 26 Feb 1997 13:08:35 +0000 (13:08 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 26 Feb 1997 13:08:35 +0000 (13:08 +0000)
Default value is nil.

lisp/mail/sendmail.el

index 89fcfa2f4785fd7fcc5bff4597ad9b2d306404af..1ac0e958fb401cc8435710a08636a4fd29369bce 100644 (file)
@@ -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 ()