Variable: gnus-summary-exit-hook

gnus-summary-exit-hook is a customizable variable defined in gnus-sum.el.gz.

Value

nil

Documentation

A hook called on exit from the summary buffer.

It will be called with point in the group buffer.

Probably introduced at or before Emacs version 19.32.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defcustom gnus-summary-exit-hook nil
  "A hook called on exit from the summary buffer.
It will be called with point in the group buffer."
  :group 'gnus-summary-exit
  :type 'hook)