* Re: Build error: extra paren
2004-09-11 3:10 Build error: extra paren Paul Pogonyshev
@ 2004-09-10 22:31 ` Miles Bader
2004-09-11 4:28 ` Paul Pogonyshev
0 siblings, 1 reply; 3+ messages in thread
From: Miles Bader @ 2004-09-10 22:31 UTC (permalink / raw)
Cc: emacs-devel
On Sat, Sep 11, 2004 at 01:10:39AM -0200, Paul Pogonyshev wrote:
> This seems like the intended version of the latest change
> by Teodor Zlatanov.
Good catch!
I've committed a fix (the extraneous paren was actually at the end of the
previous clause).
Thanks,
-Miles
--
`The suburb is an obsolete and contradictory form of human settlement'
^ permalink raw reply [flat|nested] 3+ messages in thread
* Build error: extra paren
@ 2004-09-11 3:10 Paul Pogonyshev
2004-09-10 22:31 ` Miles Bader
0 siblings, 1 reply; 3+ messages in thread
From: Paul Pogonyshev @ 2004-09-11 3:10 UTC (permalink / 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)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Build error: extra paren
2004-09-10 22:31 ` Miles Bader
@ 2004-09-11 4:28 ` Paul Pogonyshev
0 siblings, 0 replies; 3+ messages in thread
From: Paul Pogonyshev @ 2004-09-11 4:28 UTC (permalink / raw)
Cc: emacs-devel
Miles Bader wrote:
> On Sat, Sep 11, 2004 at 01:10:39AM -0200, Paul Pogonyshev wrote:
> > This seems like the intended version of the latest change
> > by Teodor Zlatanov.
>
> Good catch!
>
> I've committed a fix (the extraneous paren was actually at the end of the
> previous clause).
You are right of course. Didn't look attentively enough ;).
Paul
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-09-11 4:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-11 3:10 Build error: extra paren Paul Pogonyshev
2004-09-10 22:31 ` Miles Bader
2004-09-11 4:28 ` Paul Pogonyshev
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).