Variable: hack-local-variables-hook

hack-local-variables-hook is a variable defined in files.el.gz.

Value

(antlr-hack-local-variables-hook)

Documentation

Normal hook run after processing a file's local variables specs.

Major modes can use this to examine user-specified local variables in order to initialize other data structure based on them.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar hack-local-variables-hook nil
  "Normal hook run after processing a file's local variables specs.
Major modes can use this to examine user-specified local variables
in order to initialize other data structure based on them.")