Variable: occur-mode-hook
occur-mode-hook is a customizable variable defined in replace.el.gz.
Value
(turn-on-font-lock)
Documentation
Hook run when entering Occur mode.
Source Code
;; Defined in /usr/src/emacs/lisp/replace.el.gz
(defcustom occur-mode-hook '(turn-on-font-lock)
"Hook run when entering Occur mode."
:type 'hook
:group 'matching)