summaryrefslogtreecommitdiff
path: root/lisp/url/url-news.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-21 03:32:47 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-21 03:32:47 +0000
commitd01b355036f694de92fd930272488714eabe8980 (patch)
treeca3f0706c7690523d484cb34e26f112a705a0d9e /lisp/url/url-news.el
parentc1b8e8966d550f11fc14aeffe59fbed73ae1cbd8 (diff)
downloademacs-d01b355036f694de92fd930272488714eabe8980.tar.gz
Diane Murray <disumu at x3y2z1.net>
(url-news-fetch-newsgroup): Fix formatting of Gnus method.
Diffstat (limited to 'lisp/url/url-news.el')
-rw-r--r--lisp/url/url-news.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-news.el b/lisp/url/url-news.el
index 48f332fe7a0..d774270aced 100644
--- a/lisp/url/url-news.el
+++ b/lisp/url/url-news.el
@@ -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)))