changeset 84716:b4f028d0992a

Diane Murray <disumu at x3y2z1.net> (url-news-fetch-newsgroup): Fix formatting of Gnus method.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Sep 2007 03:32:21 +0000
parents e872fac85e8c
children 585ee106b1b6
files lisp/url/url-news.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-news.el	Fri Sep 21 03:21:54 2007 +0000
+++ b/lisp/url/url-news.el	Fri Sep 21 03:32:21 2007 +0000
@@ -102,8 +102,8 @@
   (goto-char (point-min))
   (gnus-group-read-ephemeral-group newsgroup
 				   (list 'nntp host
-					 'nntp-open-connection-function
-					 nntp-open-connection-function)
+					 (list 'nntp-open-connection-function
+					       nntp-open-connection-function))
 				   nil
 				   (cons (current-buffer) 'browse)))