# HG changeset patch # User Simon Josefsson # Date 1159775339 0 # Node ID 32b78c90379a35803340970687754da2889111c1 # Parent 34b59f19cf2b692f3800d7e03fb85977e27d3435 2006-10-02 MIYOSHI Masanori (tiny change) * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in 2006-09-28 commit. diff -r 34b59f19cf2b -r 32b78c90379a lisp/ChangeLog --- 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 (tiny change) + + * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in + 2006-09-28 commit. + 2006-10-02 Kenichi Handa * international/code-pages.el (iso-8859-6): Table fixed. diff -r 34b59f19cf2b -r 32b78c90379a lisp/mail/smtpmail.el --- 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))