Variable: gnus-save-newsrc-hook

gnus-save-newsrc-hook is a customizable variable defined in gnus-start.el.gz.

Value

nil

Documentation

A hook called before saving any of the newsrc files.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-start.el.gz
(defcustom gnus-save-newsrc-hook nil
  "A hook called before saving any of the newsrc files."
  :group 'gnus-newsrc
  :type 'hook)