Variable: redisplay--mode-lines-cause
redisplay--mode-lines-cause is a variable defined in xdisp.c.
Value
#s(hash-table size 65 test eql rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
Code of the cause for redisplaying mode lines.
Internal use only.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_LISP ("redisplay--mode-lines-cause", Vredisplay__mode_lines_cause,
doc: /* Code of the cause for redisplaying mode lines.
Internal use only. */);