diff options
author | Glenn Morris <rgm@gnu.org> | 2007-09-21 03:32:29 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-09-21 03:32:29 +0000 |
commit | 3bef54c92256af36e40c31b87be3bfb408f9ce49 (patch) | |
tree | c1eeb24372d08965cc004a1a7b0e0777c3f9fd30 /lisp/url | |
parent | ef44317c7cd6f5758d45ad8eaa14784682b5744a (diff) | |
download | emacs-3bef54c92256af36e40c31b87be3bfb408f9ce49.tar.gz |
Diane Murray <disumu at x3y2z1.net>
(url-news-fetch-newsgroup): Fix formatting of Gnus method.
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/url/url-news.el | 4 |
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))) |