Variable: eieio-custom-mode-hook
eieio-custom-mode-hook is a variable defined in eieio-custom.el.gz.
Value
nil
Documentation
Hook run after entering EIEIO Custom mode.
No problems result if this variable is not bound.
add-hook automatically binds it. (This is true for all hook variables.)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/eieio-custom.el.gz
(define-derived-mode eieio-custom-mode fundamental-mode "EIEIO Custom"
"Major mode for customizing EIEIO objects.
\\{eieio-custom-mode-map}")