diff options
author | Miles Bader <miles@gnu.org> | 2004-09-10 22:25:49 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2004-09-10 22:25:49 +0000 |
commit | 6e7fb80cca692ec33442c44122c946e7459c07cb (patch) | |
tree | 5f915bff1f318f5d1e478e949d69b98462f558fe /lisp/gnus/nnimap.el | |
parent | 7cb0aa56ca5374e0cff9bf0ff815559bb5954a52 (diff) | |
download | emacs-6e7fb80cca692ec33442c44122c946e7459c07cb.tar.gz emacs-6e7fb80cca692ec33442c44122c946e7459c07cb.tar.bz2 emacs-6e7fb80cca692ec33442c44122c946e7459c07cb.zip |
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-541
Merge from gnus--rel--5.10
Patches applied:
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-24
lisp/nnimap.el (nnimap-open-connection): Remove extraneous end-paren
Diffstat (limited to 'lisp/gnus/nnimap.el')
-rw-r--r-- | lisp/gnus/nnimap.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnimap.el b/lisp/gnus/nnimap.el index 782e987862b..08aa48a5948 100644 --- a/lisp/gnus/nnimap.el +++ b/lisp/gnus/nnimap.el @@ -727,7 +727,7 @@ If EXAMINE is non-nil the group is selected read-only." (gnus-netrc-machine list (or nnimap-server-address nnimap-address) - port "imap")) + port "imap") (gnus-netrc-machine list (or nnimap-server-address nnimap-address) |