Variable: buffer-access-fontify-functions

buffer-access-fontify-functions is a variable defined in editfns.c.

Value

nil

Documentation

List of functions called by buffer-substring to fontify if necessary.

Each function is called with two arguments which specify the range of the buffer being accessed.

Probably introduced at or before Emacs version 19.31.

Source Code

// Defined in /usr/src/emacs/src/editfns.c
  DEFVAR_LISP ("buffer-access-fontify-functions",
	       Vbuffer_access_fontify_functions,
	       doc: /* List of functions called by `buffer-substring' to fontify if necessary.
Each function is called with two arguments which specify the range
of the buffer being accessed.  */);