Variable: meta-mode-load-hook
meta-mode-load-hook is a customizable variable defined in
meta-mode.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hook evaluated when first loading Metafont or MetaPost mode.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/meta-mode.el.gz
;;; Hook variables.
(defcustom meta-mode-load-hook nil
"Hook evaluated when first loading Metafont or MetaPost mode."
:type 'hook)