Mercurial > hg > xemacs-beta
diff lisp/gnus/nnweb.el @ 124:9b50b4588a93 r20-1b15
Import from CVS: tag r20-1b15
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:26:39 +0200 |
parents | ec9a17fef872 |
children | 585fb297b004 |
line wrap: on
line diff
--- a/lisp/gnus/nnweb.el Mon Aug 13 09:26:04 2007 +0200 +++ b/lisp/gnus/nnweb.el Mon Aug 13 09:26:39 2007 +0200 @@ -102,6 +102,7 @@ (deffoo nnweb-request-scan (&optional group server) (nnweb-possibly-change-server group server) + (setq nnweb-hashtb (gnus-make-hashtable 4095)) (funcall (nnweb-definition 'map)) (unless nnweb-ephemeral-p (nnweb-write-active) @@ -211,8 +212,6 @@ (nnheader-temp-write nil (nnheader-insert-file-contents (nnweb-overview-file group)) (goto-char (point-min)) - (setq nnweb-hashtb (gnus-make-hashtable - (count-lines (point-min) (point-max)))) (let (header) (while (not (eobp)) (setq header (nnheader-parse-nov))