summaryrefslogtreecommitdiff
path: root/lisp/url/url-news.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-09-21 03:32:29 +0000
committerGlenn Morris <rgm@gnu.org>2007-09-21 03:32:29 +0000
commit3bef54c92256af36e40c31b87be3bfb408f9ce49 (patch)
treec1eeb24372d08965cc004a1a7b0e0777c3f9fd30 /lisp/url/url-news.el
parentef44317c7cd6f5758d45ad8eaa14784682b5744a (diff)
downloademacs-3bef54c92256af36e40c31b87be3bfb408f9ce49.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)))