From: Glenn Morris Date: Fri, 21 Sep 2007 03:32:29 +0000 (+0000) Subject: Diane Murray X-Git-Tag: emacs-pretest-22.1.90~764 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bef54c92256af36e40c31b87be3bfb408f9ce49;p=emacs.git Diane Murray (url-news-fetch-newsgroup): Fix formatting of Gnus method. --- 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 + * 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)))