Function: gnus-group-save-newsrc

gnus-group-save-newsrc is an autoloaded, interactive and byte-compiled function defined in gnus-group.el.gz.

Signature

(gnus-group-save-newsrc &optional FORCE)

Documentation

Save the Gnus startup files.

If FORCE, force saving whether it is necessary or not.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-group.el.gz
;; Suggested by Jack Vinson <vinson@unagi.cis.upenn.edu>.
(defun gnus-group-save-newsrc (&optional force)
  "Save the Gnus startup files.
If FORCE, force saving whether it is necessary or not."
  (interactive "P" gnus-group-mode)
  (gnus-save-newsrc-file force))