From: Eric Abrahamsen Date: Thu, 16 May 2019 19:47:18 +0000 (-0700) Subject: Fix stray call to make-vector X-Git-Tag: emacs-27.0.90~2870 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c89b0add51305e83c822c08f1026e7d1278eec74;p=emacs.git Fix stray call to make-vector * lisp/gnus/gnus-agent.el (gnus-agent-fetch-group-1): This is meant to be a hash table. --- diff --git a/lisp/gnus/gnus-agent.el b/lisp/gnus/gnus-agent.el index 9f7d2c9df7d..d6d2457dd98 100644 --- a/lisp/gnus/gnus-agent.el +++ b/lisp/gnus/gnus-agent.el @@ -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