]> git.eshelyaron.com Git - emacs.git/commitdiff
(gnus-gnus-to-quick-newsrc-format): don't save
authorKarl Heuer <kwzh@gnu.org>
Mon, 22 May 1995 22:24:50 +0000 (22:24 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 22 May 1995 22:24:50 +0000 (22:24 +0000)
gnus-newsgroup-alist in .newsrc.el.

lisp/gnus.el

index 75381b0257648dd850c204cc961a205660334779..f9e1f7326b4b7e58772056ff77dda213ad993955 100644 (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)