]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix stray call to make-vector
authorEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 16 May 2019 19:47:18 +0000 (12:47 -0700)
committerEric Abrahamsen <eric@ericabrahamsen.net>
Thu, 16 May 2019 19:47:18 +0000 (12:47 -0700)
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-group-1): This is meant to
  be a hash table.

lisp/gnus/gnus-agent.el

index 9f7d2c9df7dd9bc506ef832ef7d81de36799d9f6..d6d2457dd9895d450304aca7b99b4cab7b7784c1 100644 (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