Mercurial > emacs
changeset 78856:1fbf6e886ce2
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:31:48 +0000 |
parents | 8d92bf158a81 |
children | ee49b55f928c |
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:39 2007 +0000 +++ b/lisp/url/url-news.el Fri Sep 21 03:31:48 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)))