Mercurial > emacs
changeset 99479:cd67cf7962fa
(smtpmail-open-stream): Use `starttls-any-program-available'. Auto-load starttls.el for it.
author | Teodor Zlatanov <tzz@lifelogs.com> |
---|---|
date | Mon, 10 Nov 2008 20:13:41 +0000 |
parents | 7555ac1526bf |
children | 217f567126de |
files | lisp/ChangeLog lisp/mail/smtpmail.el |
diffstat | 2 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Nov 10 20:10:51 2008 +0000 +++ b/lisp/ChangeLog Mon Nov 10 20:13:41 2008 +0000 @@ -1,7 +1,7 @@ 2008-11-10 Teodor Zlatanov <tzz@lifelogs.com> * 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 <cyd@stupidchicken.com>
--- a/lisp/mail/smtpmail.el Mon Nov 10 20:10:51 2008 +0000 +++ b/lisp/mail/smtpmail.el Mon Nov 10 20:13:41 2008 +0000 @@ -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")