diff options
| -rw-r--r-- | lisp/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 7047 | (insert ";; GNUS internal format of .newsrc.\n") | 7047 | (insert ";; GNUS internal format of .newsrc.\n") |
| 7048 | (insert ";; Touch .newsrc instead if you think to remove this file.\n") | 7048 | (insert ";; Touch .newsrc instead if you think to remove this file.\n") |
| 7049 | (let ((variable nil) | 7049 | (let ((variable nil) |
| 7050 | (variables (cons 'gnus-newsgroups-alist gnus-variable-list)) | 7050 | (variables gnus-variable-list) |
| 7051 | ;; Temporary rebind to make changes | 7051 | ;; Temporary rebind to make changes |
| 7052 | ;; gnus-check-killed-newsgroups in invisible. | 7052 | ;; gnus-check-killed-newsgroups in invisible. |
| 7053 | (gnus-killed-assoc gnus-killed-assoc) | 7053 | (gnus-killed-assoc gnus-killed-assoc) |