Synch to Gnus 200311291435.
authoryamaoka <yamaoka>
Sat, 29 Nov 2003 23:10:00 +0000 (23:10 +0000)
committeryamaoka <yamaoka>
Sat, 29 Nov 2003 23:10:00 +0000 (23:10 +0000)
lisp/ChangeLog
lisp/nnrss.el

index ef87482..132c33b 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-29  Alexander Kreuzer <alex@freesources.org>  (tiny change)
+
+       * nnrss.el (nnrss-check-group): Set xml when nnrss-use-local is t.
+
 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-group.el (gnus-group-make-menu-bar): Add
index 9869815..89494fa 100644 (file)
@@ -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