From 1cdb6ab4a79a8a213032cb83b8b99000568320b6 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Wed, 11 Feb 2004 07:21:09 +0000 Subject: [PATCH] (smtpmail-try-auth-methods): Fix typo. --- lisp/ChangeLog | 4 ++++ lisp/mail/smtpmail.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9de5c2398ef..e327b9ff668 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-02-11 John Paul Wallington + + * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo. + 2004-02-10 Stefan Monnier * diff.el (diff-switches): New fun. diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index 1730d131f60..e516133c6a0 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -496,7 +496,7 @@ This is relative to `smtpmail-queue-dir'.") (netrc-get hostentry "login") (netrc-get hostentry "password")))) (smtpmail-find-credentials - smtpmail-auth-credentiaals host port))) + smtpmail-auth-credentials host port))) (passwd (when cred (or (smtpmail-cred-passwd cred) (read-passwd -- 2.39.2