From 863e372f74be8f7fd44e01a1a5de6d3d9c266164 Mon Sep 17 00:00:00 2001 From: Teodor Zlatanov Date: Mon, 10 Nov 2008 20:13:41 +0000 Subject: [PATCH] (smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls.el for it. --- lisp/ChangeLog | 2 +- lisp/mail/smtpmail.el | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4f9326392d7..efaf053f738 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,7 +1,7 @@ 2008-11-10 Teodor Zlatanov * mail/smtpmail.el (smtpmail-open-stream): Use - `starttls-any-program-available'. + `starttls-any-program-available'. Auto-load starttls.el for it. 2008-11-08 Chong Yidong diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index f597136dd71..fbf4f965baa 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -67,6 +67,7 @@ ;;; Code: (require 'sendmail) +(autoload 'starttls-any-program-available "starttls") (autoload 'starttls-open-stream "starttls") (autoload 'starttls-negotiate "starttls") (autoload 'mail-strip-quoted-names "mail-utils") -- 2.39.2