From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Paul Pogonyshev Newsgroups: gmane.emacs.devel Subject: Build error: extra paren Date: Sat, 11 Sep 2004 01:10:39 -0200 Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Message-ID: <200409110110.39395.pogonyshev@gmx.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1094854202 30431 80.91.224.253 (10 Sep 2004 22:10:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 10 Sep 2004 22:10:02 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 11 00:09:52 2004 Return-path: Original-Received: from lists.gnu.org ([199.232.76.165]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1C5taa-0002PZ-00 for ; Sat, 11 Sep 2004 00:09:52 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5tfy-0006qy-JM for ged-emacs-devel@m.gmane.org; Fri, 10 Sep 2004 18:15:26 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C5tfn-0006oJ-1y for emacs-devel@gnu.org; Fri, 10 Sep 2004 18:15:15 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C5tfl-0006nZ-3g for emacs-devel@gnu.org; Fri, 10 Sep 2004 18:15:14 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C5tfk-0006nT-Vb for emacs-devel@gnu.org; Fri, 10 Sep 2004 18:15:12 -0400 Original-Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C5tZz-000309-Eq for emacs-devel@gnu.org; Fri, 10 Sep 2004 18:09:15 -0400 Original-Received: (qmail 26915 invoked by uid 65534); 10 Sep 2004 22:08:52 -0000 Original-Received: from unknown (EHLO localhost.localdomain) (195.50.12.114) by mail.gmx.net (mp014) with SMTP; 11 Sep 2004 00:08:52 +0200 X-Authenticated: #16844820 Original-To: emacs-devel@gnu.org User-Agent: KMail/1.4.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:26989 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:26989 This seems like the intended version of the latest change by Teodor Zlatanov. 2004-09-11 Paul Pogonyshev =09* nnimap.el (nnimap-open-connection): Fix last change by Teodor =09Zlatanov (remove extra closing paren). --- nnimap.el.~1.15.~=092004-09-11 00:40:56.000000000 -0200 +++ nnimap.el=092004-09-11 01:08:02.000000000 -0200 @@ -731,7 +731,7 @@ If EXAMINE is non-nil the group is selec =09=09 (gnus-netrc-machine list =09=09=09=09=09 (or nnimap-server-address =09=09=09=09=09 nnimap-address) -=09=09=09=09=09 port "imaps"))) +=09=09=09=09=09 port "imaps")) =09 (user (gnus-netrc-get alist "login")) =09 (passwd (gnus-netrc-get alist "password"))) (if (imap-authenticate user passwd nnimap-server-buffer)