From 3bef54c92256af36e40c31b87be3bfb408f9ce49 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 21 Sep 2007 03:32:29 +0000 Subject: [PATCH] Diane Murray (url-news-fetch-newsgroup): Fix formatting of Gnus method. --- lisp/url/ChangeLog | 3 +++ 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 + * 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))) -- 2.39.2