Diane Murray <disumu at x3y2z1.net>
(url-news-fetch-newsgroup): Fix formatting of Gnus method.
This commit is contained in:
parent
ef44317c7c
commit
3bef54c922
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue