Variable: delay-mode-hooks
delay-mode-hooks is a buffer-local variable defined in subr.el.gz.
Documentation
If non-nil, run-mode-hooks should delay running the hooks.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/subr.el.gz
;;;; Mode hooks.
(defvar delay-mode-hooks nil
"If non-nil, `run-mode-hooks' should delay running the hooks.")