diff options
Diffstat (limited to 'lisp/gnus/gnus-group.el')
-rw-r--r-- | lisp/gnus/gnus-group.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index bedae0f564f..83c953515ef 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -4398,8 +4398,7 @@ If FORCE, force saving whether it is necessary or not." (defun gnus-group-restart (&optional _arg) "Force Gnus to read the .newsrc file." (interactive nil gnus-group-mode) - (when (gnus-yes-or-no-p - (format "Are you sure you want to restart Gnus? ")) + (when (gnus-yes-or-no-p "Are you sure you want to restart Gnus? ") (gnus-save-newsrc-file) (gnus-clear-system) (gnus))) |