mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-17 10:06:13 +00:00
Don't save Gnus' dummy.group to the .newsrc.eld file
* lisp/gnus/gnus-start.el (gnus-gnus-to-quick-newsrc-format): Remove the "dummy.group" element.
This commit is contained in:
parent
a8efdd4c62
commit
a09306d53b
@ -2881,7 +2881,7 @@ SPECIFIC-VARIABLES, or those in `gnus-variable-list'."
|
||||
gnus-variable-list)
|
||||
(mapcar (lambda (g)
|
||||
(nth 1 (gethash g gnus-newsrc-hashtb)))
|
||||
gnus-group-list))
|
||||
(delete "dummy.group" gnus-group-list)))
|
||||
|
||||
;; Insert the variables into the file.
|
||||
(while variables
|
||||
|
Loading…
Reference in New Issue
Block a user