From: yamaoka Date: Sat, 29 Nov 2003 23:10:00 +0000 (+0000) Subject: Synch to Gnus 200311291435. X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fgnus.git-;a=commitdiff_plain;h=14bc72a3163918373f42d4f8b380d228fb8a63ec Synch to Gnus 200311291435. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ef87482..132c33b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-11-29 Alexander Kreuzer (tiny change) + + * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t. + 2003-11-29 Jesper Harder * gnus-group.el (gnus-group-make-menu-bar): Add diff --git a/lisp/nnrss.el b/lisp/nnrss.el index 9869815..89494fa 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -428,7 +428,7 @@ ARTICLE is the article number of the current headline.") (nnrss-translate-file-chars (concat group ".xml")) nnrss-directory)))) - (nnrss-fetch file t) + (setq xml (nnrss-fetch file t)) (setq url (or (nth 2 (assoc group nnrss-server-data)) (second (assoc group nnrss-group-alist)))) (unless url