mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Fix recent gnus-start.el breakage
* 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 3434ac67b9)
This commit is contained in:
parent
07437c73e4
commit
e1fd6b1107
1 changed files with 1 additions and 1 deletions
|
|
@ -1333,7 +1333,7 @@ string name) to insert this group before."
|
|||
(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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue