From 6c77efbed3968cbe066138c098e26f928d1150ce Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Mon, 2 Oct 2006 07:48:59 +0000 Subject: 2006-10-02 MIYOSHI Masanori (tiny change) * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in 2006-09-28 commit. --- lisp/mail/smtpmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/mail') diff --git a/lisp/mail/smtpmail.el b/lisp/mail/smtpmail.el index a39950a6b65..9557844a32a 100644 --- a/lisp/mail/smtpmail.el +++ b/lisp/mail/smtpmail.el @@ -554,7 +554,7 @@ This is relative to `smtpmail-queue-dir'.") (>= (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)) -- cgit v1.2.1