projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37c41c6
)
Fix stray call to make-vector
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Thu, 16 May 2019 19:47:18 +0000
(12:47 -0700)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-agent.el
b/lisp/gnus/gnus-agent.el
index 9f7d2c9df7dd9bc506ef832ef7d81de36799d9f6..d6d2457dd9895d450304aca7b99b4cab7b7784c1 100644
(file)
--- 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