Variable: gnus-score-after-write-file-function

gnus-score-after-write-file-function is a customizable variable defined in gnus-score.el.gz.

Value

nil

Documentation

Function called with the name of the score file just written to disk.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-score.el.gz
(defcustom gnus-score-after-write-file-function nil
  "Function called with the name of the score file just written to disk."
  :group 'gnus-score-files
  :type '(choice (const nil) function))