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:
Eric Abrahamsen 2019-05-16 12:47:18 -07:00
parent 37c41c6ef0
commit c89b0add51

View file

@ -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