diff options
| -rw-r--r-- | lisp/gnus/gnus-group.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 8c2411f4d92..bd24c3f8dab 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el | |||
| @@ -2283,7 +2283,8 @@ Return the name of the group if selection was successful." | |||
| 2283 | (nnheader-init-server-buffer) | 2283 | (nnheader-init-server-buffer) |
| 2284 | ;; Necessary because of funky inlining. | 2284 | ;; Necessary because of funky inlining. |
| 2285 | (require 'gnus-cache) | 2285 | (require 'gnus-cache) |
| 2286 | (setq gnus-newsrc-hashtb (gnus-make-hashtable 100))) | 2286 | (setq gnus-newsrc-hashtb (gnus-make-hashtable 100) |
| 2287 | gnus-active-hashtb (gnus-make-hashtable 100))) | ||
| 2287 | ;; Transform the select method into a unique server. | 2288 | ;; Transform the select method into a unique server. |
| 2288 | (when (stringp method) | 2289 | (when (stringp method) |
| 2289 | (setq method (gnus-server-to-method method))) | 2290 | (setq method (gnus-server-to-method method))) |