Variable: nndiary-request-create-group-functions

nndiary-request-create-group-functions is a customizable variable defined in nndiary.el.gz.

Value

(gnus-diary-update-group-parameters)

Documentation

Hook run after nndiary-request-create-group is executed.

The hook functions will be called with the full group name as argument.

Probably introduced at or before Emacs version 24.3.

Aliases

nndiary-request-create-group-hooks (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nndiary.el.gz
(defcustom nndiary-request-create-group-functions nil
  "Hook run after `nndiary-request-create-group' is executed.
The hook functions will be called with the full group name as argument."
  :type 'hook)