Variable: overlay-arrow-variable-list
overlay-arrow-variable-list is a variable defined in xdisp.c.
Value
(gud-overlay-arrow-position next-error-overlay-arrow-position overlay-arrow-position)
Documentation
List of variables (symbols) which hold markers for overlay arrows.
The symbols on this list are examined during redisplay to determine where to display overlay arrows.
Probably introduced at or before Emacs version 22.1.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_LISP ("overlay-arrow-variable-list", Voverlay_arrow_variable_list,
doc: /* List of variables (symbols) which hold markers for overlay arrows.
The symbols on this list are examined during redisplay to determine
where to display overlay arrows. */);