summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Abrahamsen <eric@ericabrahamsen.net>2019-03-25 13:26:10 -0700
committerEric Abrahamsen <eric@ericabrahamsen.net>2019-03-25 13:30:05 -0700
commita09306d53ba86b4596219b2be723659f7c0f2669 (patch)
tree62def5333452e15873a7d4d78ecd1c63329165b9
parenta8efdd4c62fbf9c275a57f71cc8a3ca845ad3b1f (diff)
downloademacs-a09306d53ba86b4596219b2be723659f7c0f2669.tar.gz
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.
-rw-r--r--lisp/gnus/gnus-start.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el
index 5a78df9fe4d..9b1be650673 100644
--- a/lisp/gnus/gnus-start.el
+++ b/lisp/gnus/gnus-start.el
@@ -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