diff options
| author | Eric Abrahamsen | 2019-03-25 13:26:10 -0700 |
|---|---|---|
| committer | Eric Abrahamsen | 2019-03-25 13:30:05 -0700 |
| commit | a09306d53ba86b4596219b2be723659f7c0f2669 (patch) | |
| tree | 62def5333452e15873a7d4d78ecd1c63329165b9 | |
| parent | a8efdd4c62fbf9c275a57f71cc8a3ca845ad3b1f (diff) | |
| download | emacs-a09306d53ba86b4596219b2be723659f7c0f2669.tar.gz emacs-a09306d53ba86b4596219b2be723659f7c0f2669.zip | |
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.el | 2 |
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'." | |||
| 2881 | gnus-variable-list) | 2881 | gnus-variable-list) |
| 2882 | (mapcar (lambda (g) | 2882 | (mapcar (lambda (g) |
| 2883 | (nth 1 (gethash g gnus-newsrc-hashtb))) | 2883 | (nth 1 (gethash g gnus-newsrc-hashtb))) |
| 2884 | gnus-group-list)) | 2884 | (delete "dummy.group" gnus-group-list))) |
| 2885 | 2885 | ||
| 2886 | ;; Insert the variables into the file. | 2886 | ;; Insert the variables into the file. |
| 2887 | (while variables | 2887 | (while variables |