Variable: html--buffer-classes-cache
html--buffer-classes-cache is a buffer-local variable defined in
sgml-mode.el.gz.
Documentation
Cache for html-current-buffer-classes.
When set, this should be a cons cell where the CAR is the
buffer's tick counter (as produced by buffer-modified-tick),
and the CDR is the list of class names found in the buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/sgml-mode.el.gz
(defvar-local html--buffer-classes-cache nil
"Cache for `html-current-buffer-classes'.
When set, this should be a cons cell where the CAR is the
buffer's tick counter (as produced by `buffer-modified-tick'),
and the CDR is the list of class names found in the buffer.")