* lisp/gnus/gnus-start.el (gnus-group-change-level): Fix previous
patch that made info nil when adding new groups (thereby making
gnus-newsrc-alist invalid).
(cherry picked from commit
3434ac67b9ec6b1d19f1c5ebb7d23b0b62dadac9)
(let ((method (gnus-method-simplify
(or gnus-override-subscribe-method
(gnus-group-method group)))))
- (gnus-info-make group level nil nil method)))
+ (setq info (gnus-info-make group level nil nil method))))
;; Add group. The exact ordering only matters for
;; `gnus-group-list', though we need to keep the dummy group
;; at the head of `gnus-newsrc-alist'.