Variable: gnus-category-menu-hook

gnus-category-menu-hook is a customizable variable defined in gnus-agent.el.gz.

Value

nil

Documentation

Hook run after the creation of the menu.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-agent.el.gz
(defcustom gnus-category-menu-hook nil
  "Hook run after the creation of the menu."
  :group 'gnus-agent
  :type 'hook)