Variable: kbd-macro-termination-hook

kbd-macro-termination-hook is a variable defined in macros.c.

Value

nil

Documentation

Normal hook run whenever a keyboard macro terminates.

This is run whether the macro ends normally or prematurely due to an error.

Probably introduced at or before Emacs version 21.1.

Source Code

// Defined in /usr/src/emacs/src/macros.c
  DEFVAR_LISP ("kbd-macro-termination-hook", Vkbd_macro_termination_hook,
               doc: /* Normal hook run whenever a keyboard macro terminates.
This is run whether the macro ends normally or prematurely due to an error.  */);