Variable: buffer-access-fontified-property
buffer-access-fontified-property is a variable defined in editfns.c.
Value
nil
Documentation
Property which (if non-nil) indicates text has been fontified.
buffer-substring need not call the buffer-access-fontify-functions
functions if all the text being accessed has this property.
Probably introduced at or before Emacs version 19.31.
Source Code
// Defined in /usr/src/emacs/src/editfns.c
DEFVAR_LISP ("buffer-access-fontified-property",
Vbuffer_access_fontified_property,
doc: /* Property which (if non-nil) indicates text has been fontified.
`buffer-substring' need not call the `buffer-access-fontify-functions'
functions if all the text being accessed has this property. */);