projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8efdd4
)
Don't save Gnus' dummy.group to the .newsrc.eld file
author
Eric Abrahamsen
<eric@ericabrahamsen.net>
Mon, 25 Mar 2019 20:26:10 +0000
(13:26 -0700)
committer
Eric Abrahamsen
<eric@ericabrahamsen.net>
Mon, 25 Mar 2019 20:30:05 +0000
(13:30 -0700)
* lisp/gnus/gnus-start.el (gnus-gnus-to-quick-newsrc-format): Remove
the "dummy.group" element.
lisp/gnus/gnus-start.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-start.el
b/lisp/gnus/gnus-start.el
index 5a78df9fe4dbdf42923b8913cea67742348a03a2..9b1be65067389b324cf5f03b6f54022120a62de5 100644
(file)
--- 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