Variable: gnus-score-edit-done-hook

gnus-score-edit-done-hook is a customizable variable defined in score-mode.el.gz.

Value

nil

Documentation

Hook run at the end of closing the score buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/score-mode.el.gz
(require 'gnus-util)			; for gnus-pp, gnus-run-mode-hooks

(defcustom gnus-score-edit-done-hook nil
  "Hook run at the end of closing the score buffer."
  :group 'gnus-score
  :type 'hook)