1
0
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:
Eric Abrahamsen 2019-03-25 13:26:10 -07:00
parent a8efdd4c62
commit a09306d53b

View File

@ -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