Variable: custom-define-hook

custom-define-hook is a customizable variable defined in custom.el.gz.

Value

nil

Documentation

Hook called after defining each customize option.

Source Code

;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defvar custom-define-hook nil
  ;; Customize information for this option is in `cus-edit.el'.
  "Hook called after defining each customize option.")