Variable: delayed-warnings-list

delayed-warnings-list is a variable defined in keyboard.c.

Value

nil

Documentation

List of warnings to be displayed after this command.

Each element must be a list (TYPE MESSAGE [LEVEL [BUFFER-NAME]]), as per the args of display-warning (which see). If this variable is non-nil, delayed-warnings-hook will be run immediately after running post-command-hook.

View in manual

Probably introduced at or before Emacs version 24.1.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("delayed-warnings-list", Vdelayed_warnings_list,
               doc: /* List of warnings to be displayed after this command.
Each element must be a list (TYPE MESSAGE [LEVEL [BUFFER-NAME]]),
as per the args of `display-warning' (which see).
If this variable is non-nil, `delayed-warnings-hook' will be run
immediately after running `post-command-hook'.  */);