# HG changeset patch # User Glenn Morris # Date 1190345541 0 # Node ID b4f028d0992a9cd568a4b2df844e9c1906ee09d0 # Parent e872fac85e8cf30e0a016f397d07e10d09045431 Diane Murray (url-news-fetch-newsgroup): Fix formatting of Gnus method. diff -r e872fac85e8c -r b4f028d0992a lisp/url/url-news.el --- 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)))