# HG changeset patch # User Kenichi Handa # Date 856962515 0 # Node ID c3c90aba16f9511af6423d14a58184f873b9c48c # Parent 4a2d9b3990e3fc37b39847117ff10524e199e11c (sendmail-coding-system): Add autoload cookie. Default value is nil. diff -r 4a2d9b3990e3 -r c3c90aba16f9 lisp/mail/sendmail.el --- a/lisp/mail/sendmail.el Wed Feb 26 13:05:13 1997 +0000 +++ b/lisp/mail/sendmail.el Wed Feb 26 13:08:35 1997 +0000 @@ -551,7 +551,8 @@ ;; 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 ()