Diane Murray <disumu at x3y2z1.net>

(url-news-fetch-newsgroup): Fix formatting of Gnus method.
This commit is contained in:
Glenn Morris 2007-09-21 03:32:29 +00:00
parent ef44317c7c
commit 3bef54c922
2 changed files with 5 additions and 2 deletions

View file

@ -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.

View file

@ -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)))