From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: David PONCE Newsgroups: gmane.emacs.devel Subject: Typo in smtpmail.el Date: Thu, 5 Feb 2004 10:16:30 +0100 (CET) Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1431241.1075972590170.JavaMail.www@wwinf0401> Reply-To: david.ponce@wanadoo.fr NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1075973092 8052 80.91.224.253 (5 Feb 2004 09:24:52 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 5 Feb 2004 09:24:52 +0000 (UTC) Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Feb 05 10:24:47 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aofkd-0007Ml-00 for ; Thu, 05 Feb 2004 10:24:47 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aofkc-0002nC-00 for ; Thu, 05 Feb 2004 10:24:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aofh3-0007Rq-RR for emacs-devel@quimby.gnus.org; Thu, 05 Feb 2004 04:21:05 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1Aofgb-0007Pu-IC for emacs-devel@gnu.org; Thu, 05 Feb 2004 04:20:37 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1Aofg5-0007Ks-P3 for emacs-devel@gnu.org; Thu, 05 Feb 2004 04:20:36 -0500 Original-Received: from [193.252.22.27] (helo=mwinf0401.wanadoo.fr) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Aofcd-0006t7-Q6 for emacs-devel@gnu.org; Thu, 05 Feb 2004 04:16:31 -0500 Original-Received: from wwinf0401 (wwinf0401 [172.22.135.28]) by mwinf0401.wanadoo.fr (SMTP Server) with ESMTP id 2D15658001DA for ; Thu, 5 Feb 2004 10:16:30 +0100 (CET) Original-To: emacs-devel X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19735 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19735 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