Variable: syntax-propertize--done
syntax-propertize--done is a buffer-local variable defined in
syntax.c.
Documentation
Position up to which syntax-table properties have been set.
Source Code
// Defined in /usr/src/emacs/src/syntax.c
DEFVAR_INT ("syntax-propertize--done", syntax_propertize__done,
doc: /* Position up to which syntax-table properties have been set. */);