Variable: write-region-annotations-so-far

write-region-annotations-so-far is a variable defined in fileio.c.

Value

nil

Documentation

When an annotation function is called, this holds the previous annotations.

These are the annotations made by other annotation functions that were already called. See also write-region-annotate-functions.

Source Code

// Defined in /usr/src/emacs/src/fileio.c
  DEFVAR_LISP ("write-region-annotations-so-far",
	       Vwrite_region_annotations_so_far,
	       doc: /* When an annotation function is called, this holds the previous annotations.
These are the annotations made by other annotation functions
that were already called.  See also `write-region-annotate-functions'.  */);