all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Paul Pogonyshev <pogonyshev@gmx.net>
Subject: Build error: extra paren
Date: Sat, 11 Sep 2004 01:10:39 -0200	[thread overview]
Message-ID: <200409110110.39395.pogonyshev@gmx.net> (raw)

This seems like the intended version of the latest change
by Teodor Zlatanov.

2004-09-11  Paul Pogonyshev  <pogonyshev@gmx.net>

	* nnimap.el (nnimap-open-connection): Fix last change by Teodor
	Zlatanov (remove extra closing paren).

--- nnimap.el.~1.15.~	2004-09-11 00:40:56.000000000 -0200
+++ nnimap.el	2004-09-11 01:08:02.000000000 -0200
@@ -731,7 +731,7 @@ If EXAMINE is non-nil the group is selec
 		      (gnus-netrc-machine list
 					  (or nnimap-server-address
 					      nnimap-address)
-					  port "imaps")))
+					  port "imaps"))
 	   (user (gnus-netrc-get alist "login"))
 	   (passwd (gnus-netrc-get alist "password")))
       (if (imap-authenticate user passwd nnimap-server-buffer)

             reply	other threads:[~2004-09-11  3:10 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-09-11  3:10 Paul Pogonyshev [this message]
2004-09-10 22:31 ` Build error: extra paren Miles Bader
2004-09-11  4:28   ` Paul Pogonyshev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200409110110.39395.pogonyshev@gmx.net \
    --to=pogonyshev@gmx.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.