From 0bab5d21ee3bdf214d3ba492522ec48587738d9f Mon Sep 17 00:00:00 2001 From: ShengHuo ZHU Date: Tue, 20 Feb 2001 05:45:49 +0000 Subject: [PATCH] Fix. --- lisp/nnweb.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 64821e35f..154d9f397 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -143,7 +143,8 @@ and `altavista'.") (when (and group (not (equal group nnweb-group)) (not nnweb-ephemeral-p)) - (setq nnweb-group group) + (setq nnweb-group group + nnweb-articles nil) (let ((info (assoc group nnweb-group-alist))) (when info (setq nnweb-type (nth 2 info)) @@ -730,7 +731,8 @@ and `altavista'.") Subject Score Date Newsgroups From map url) (unless active - (push (list nnweb-group (setq active (cons 1 0))) + (push (list nnweb-group (setq active (cons 1 0)) + nnweb-type nnweb-search) nnweb-group-alist)) ;; Go through all the article hits on this page. (goto-char (point-min)) -- 2.25.1