Fix stray call to make-vector
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-group-1): This is meant to be a hash table.
This commit is contained in:
parent
37c41c6ef0
commit
c89b0add51
1 changed files with 1 additions and 1 deletions
|
@ -2439,7 +2439,7 @@ modified) original contents, they are first saved to their own file."
|
|||
;; Parse them and see which articles we want to fetch.
|
||||
(setq gnus-newsgroup-dependencies
|
||||
(or gnus-newsgroup-dependencies
|
||||
(make-vector (length articles) 0)))
|
||||
(gnus-make-hashtable (length articles))))
|
||||
(setq gnus-newsgroup-headers
|
||||
(or gnus-newsgroup-headers
|
||||
(gnus-get-newsgroup-headers-xover articles nil nil
|
||||
|
|
Loading…
Add table
Reference in a new issue