emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in smtpmail.el


From: David PONCE
Subject: Typo in smtpmail.el
Date: Thu, 5 Feb 2004 10:16:30 +0100 (CET)

Hi,

It looks there is a typo in latest committed version of
lisp/mail/smtpmail.el (see below).

Sincerely,
David

Index: smtpmail.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mail/smtpmail.el,v
retrieving revision 1.64
diff -c -r1.64 smtpmail.el
*** smtpmail.el 4 Feb 2004 15:35:11 -0000       1.64
--- smtpmail.el 5 Feb 2004 09:04:12 -0000
***************
*** 496,502 ****
                               (netrc-get hostentry "login")
                               (netrc-get hostentry "password"))))
                 (smtpmail-find-credentials
!                 smtpmail-auth-credentiaals host port)))
         (passwd (when cred
                   (or (smtpmail-cred-passwd cred)
                       (read-passwd
--- 496,502 ----
                               (netrc-get hostentry "login")
                               (netrc-get hostentry "password"))))
                 (smtpmail-find-credentials
!                 smtpmail-auth-credentials host port)))
         (passwd (when cred
                   (or (smtpmail-cred-passwd cred)
                       (read-passwd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]