Changeset 4170

Show
Ignore:
Timestamp:
2006年10月01日 20時27分34秒 (2 years ago)
Author:
miyoshi
Message:

(smtpmail-try-auth-methods): Fix a type in
Emacs CVS HEAD in advance.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/ChangeLog.Meadow

    r4169 r4170  
     12006-10-01  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mail/smtpmail.el (smtpmail-try-auth-methods): Fix a type in 
     4        Emacs CVS HEAD in advance. 
     5 
    162006-09-30  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/lisp/mail/smtpmail.el

    r4169 r4170  
    555555            (throw 'done nil)) 
    556556        (smtpmail-send-command 
    557          process (base64-encode-string (smtpmail-cred-user cred t))) 
     557         process (base64-encode-string (smtpmail-cred-user cred) t)) 
    558558        (if (or (null (car (setq ret (smtpmail-read-response process)))) 
    559559                (not (integerp (car ret)))