Variable: mhtml--crucial-variable-prefix

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

Value

"\\(?:adaptive-fill-\\|com\\(?:\\(?:ment\\|pletion\\)-\\)\\|electric-indent-\\|f\\(?:ill-\\|orward-sexp-function\\)\\|major-mode\\|normal-auto-fill-function\\|\\(?:paragraph\\|smie\\|uncomment\\)-\\)"

Documentation

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

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/mhtml-mode.el.gz
(defconst mhtml--crucial-variable-prefix
  (regexp-opt '("comment-" "uncomment-" "electric-indent-"
                "smie-" "forward-sexp-function" "completion-" "major-mode"
                "adaptive-fill-" "fill-" "normal-auto-fill-function"
                "paragraph-"))
  "Regexp matching the prefix of \"crucial\" buffer-locals we want to capture.")