Variable: change-major-mode-after-body-hook

change-major-mode-after-body-hook is a variable defined in subr.el.gz.

Value

nil

Documentation

Normal hook run in major mode functions, before the mode hooks.

View in manual

Probably introduced at or before Emacs version 24.1.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar change-major-mode-after-body-hook nil
  "Normal hook run in major mode functions, before the mode hooks.")