Variable: gnus-article-prepare-hook

gnus-article-prepare-hook is a customizable variable defined in gnus-art.el.gz.

Value

nil

Documentation

A hook called after an article has been prepared in the article buffer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defcustom gnus-article-prepare-hook nil
  "A hook called after an article has been prepared in the article buffer."
  :type 'hook
  :group 'gnus-article-various)