Mercurial > emacs
changeset 73215:32b78c90379a
2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2006-09-28 commit.
author | Simon Josefsson <jas@extundo.com> |
---|---|
date | Mon, 02 Oct 2006 07:48:59 +0000 |
parents | 34b59f19cf2b |
children | 549d4e113865 |
files | lisp/ChangeLog lisp/mail/smtpmail.el |
diffstat | 2 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Oct 02 06:41:25 2006 +0000 +++ b/lisp/ChangeLog Mon Oct 02 07:48:59 2006 +0000 @@ -1,3 +1,8 @@ +2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change) + + * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in + 2006-09-28 commit. + 2006-10-02 Kenichi Handa <handa@m17n.org> * international/code-pages.el (iso-8859-6): Table fixed.
--- a/lisp/mail/smtpmail.el Mon Oct 02 06:41:25 2006 +0000 +++ b/lisp/mail/smtpmail.el Mon Oct 02 07:48:59 2006 +0000 @@ -554,7 +554,7 @@ (>= (car ret) 400)) (throw 'done nil)) (smtpmail-send-command - process (base64-encode-string (smtpmail-cred-user cred t))) + process (base64-encode-string (smtpmail-cred-user cred) t)) (if (or (null (car (setq ret (smtpmail-read-response process)))) (not (integerp (car ret))) (>= (car ret) 400))