Variable: mhtml--variable-prefix

mhtml--variable-prefix is a variable defined in mhtml-mode.el.gz.

Value

"\\(?:font-lock-\\|indent-line-function\\)"

Documentation

Regexp matching the prefix of buffer-locals we want to capture.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/mhtml-mode.el.gz
(defconst mhtml--variable-prefix
  (regexp-opt '("font-lock-" "indent-line-function"))
  "Regexp matching the prefix of buffer-locals we want to capture.")