Variable: redisplay-end-trigger-functions

redisplay-end-trigger-functions is a variable defined in xdisp.c.

This variable is obsolete since 23.1; use jit-lock-register instead.

Value

(lazy-lock-fontify-after-trigger)

Documentation

Functions called when redisplay of a window reaches the end trigger.

Each function is called with two arguments, the window and the end trigger value. See set-window-redisplay-end-trigger.

Probably introduced at or before Emacs version 19.30.

Source Code

// Defined in /usr/src/emacs/src/xdisp.c
  DEFVAR_LISP ("redisplay-end-trigger-functions", Vredisplay_end_trigger_functions,
    doc: /* Functions called when redisplay of a window reaches the end trigger.
Each function is called with two arguments, the window and the end trigger value.
See `set-window-redisplay-end-trigger'.  */);