aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2007-09-21 03:32:29 +0000
committerGlenn Morris2007-09-21 03:32:29 +0000
commit3bef54c92256af36e40c31b87be3bfb408f9ce49 (patch)
treec1eeb24372d08965cc004a1a7b0e0777c3f9fd30
parentef44317c7cd6f5758d45ad8eaa14784682b5744a (diff)
downloademacs-3bef54c92256af36e40c31b87be3bfb408f9ce49.tar.gz
emacs-3bef54c92256af36e40c31b87be3bfb408f9ce49.zip
Diane Murray <disumu at x3y2z1.net>
(url-news-fetch-newsgroup): Fix formatting of Gnus method.
-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 @@
12007-09-21 Diane Murray <disumu@x3y2z1.net> 12007-09-21 Diane Murray <disumu@x3y2z1.net>
2 2
3 * url-news.el (url-news-fetch-newsgroup): Fix formatting of Gnus
4 method.
5
3 * url-util.el (url-get-normalized-date): Pass full timezone 6 * url-util.el (url-get-normalized-date): Pass full timezone
4 information to timezone-make-date-arpa-standard, since zone name 7 information to timezone-make-date-arpa-standard, since zone name
5 may be unknown. 8 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 @@
102 (goto-char (point-min)) 102 (goto-char (point-min))
103 (gnus-group-read-ephemeral-group newsgroup 103 (gnus-group-read-ephemeral-group newsgroup
104 (list 'nntp host 104 (list 'nntp host
105 'nntp-open-connection-function 105 (list 'nntp-open-connection-function
106 nntp-open-connection-function) 106 nntp-open-connection-function))
107 nil 107 nil
108 (cons (current-buffer) 'browse))) 108 (cons (current-buffer) 'browse)))
109 109