emacs-devel
[Top][All Lists]
Advanced

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

Build error: extra paren


From: Paul Pogonyshev
Subject: Build error: extra paren
Date: Sat, 11 Sep 2004 01:10:39 -0200
User-agent: KMail/1.4.3

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

2004-09-11  Paul Pogonyshev  <address@hidden>

        * 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 via email to

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