1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(gnus-gnus-to-quick-newsrc-format): don't save

gnus-newsgroup-alist in .newsrc.el.
This commit is contained in:
Karl Heuer 1995-05-22 22:24:50 +00:00
parent 545e04f631
commit cb03487aa8

View File

@ -7047,7 +7047,7 @@ If optional 2nd argument NEXT is non-nil, inserted before it."
(insert ";; GNUS internal format of .newsrc.\n")
(insert ";; Touch .newsrc instead if you think to remove this file.\n")
(let ((variable nil)
(variables (cons 'gnus-newsgroups-alist gnus-variable-list))
(variables gnus-variable-list)
;; Temporary rebind to make changes
;; gnus-check-killed-newsgroups in invisible.
(gnus-killed-assoc gnus-killed-assoc)