From e0ea0f9dd1b9d19ac55c02cb82ce424bf51157c5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Mon, 22 May 1995 22:24:50 +0000 Subject: (gnus-gnus-to-quick-newsrc-format): don't save gnus-newsgroup-alist in .newsrc.el. --- lisp/=gnus.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/=gnus.el b/lisp/=gnus.el index 75381b02576..f9e1f7326b4 100644 --- a/lisp/=gnus.el +++ b/lisp/=gnus.el @@ -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) -- cgit v1.2.1