Variable: global-hi-lock-mode-hook
global-hi-lock-mode-hook is a customizable variable defined in
hi-lock.el.gz.
Value
nil
Documentation
Hook run after entering or leaving global-hi-lock-mode(var)/global-hi-lock-mode(fun).
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/hi-lock.el.gz
;;;###autoload
(define-globalized-minor-mode global-hi-lock-mode
hi-lock-mode turn-on-hi-lock-if-enabled
:group 'hi-lock)