summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lisp/url/ChangeLog3
-rw-r--r--lisp/url/url-news.el4
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog
index 3aa5d63ddc0..7fc6fdb85e4 100644
--- a/lisp/url/ChangeLog
+++ b/lisp/url/ChangeLog
@@ -1,5 +1,8 @@
2007-09-21 Diane Murray <disumu@x3y2z1.net>
+ * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
+ method.
+
* url-util.el (url-get-normalized-date): Pass full timezone
information to timezone-make-date-arpa-standard, since zone name
may be unknown.
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)))