changeset 17097:c3c90aba16f9

(sendmail-coding-system): Add autoload cookie. Default value is nil.
author Kenichi Handa <handa@m17n.org>
date Wed, 26 Feb 1997 13:08:35 +0000
parents 4a2d9b3990e3
children 8917133b7e82
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 ()