]> git.eshelyaron.com Git - emacs.git/commitdiff
2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
authorSimon Josefsson <jas@extundo.com>
Mon, 2 Oct 2006 07:48:59 +0000 (07:48 +0000)
committerSimon Josefsson <jas@extundo.com>
Mon, 2 Oct 2006 07:48:59 +0000 (07:48 +0000)
* mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
2006-09-28 commit.

lisp/ChangeLog
lisp/mail/smtpmail.el

index 5d04d05733cd9b267b457e548b5ec063bd4ea4fd..256b793c244af2b6c7aafb83c2ce171f3b65d330 100644 (file)
@@ -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.
index a39950a6b656860f7e4fdb091fdb7d5427197077..9557844a32ae616ec00cb1c8ea063ab2de2afb52 100644 (file)
@@ -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))