Variable: deferred-action-function

deferred-action-function is a variable defined in keyboard.c.

This variable is obsolete since 24.1; use post-command-hook instead.

Value

nil

Documentation

Function to call to handle deferred actions, after each command.

This function is called with no arguments after each command whenever deferred-action-list is non-nil.

Probably introduced at or before Emacs version 24.1.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("deferred-action-function", Vdeferred_action_function,
	       doc: /* Function to call to handle deferred actions, after each command.
This function is called with no arguments after each command
whenever `deferred-action-list' is non-nil.  */);