Variable: last-repeatable-command
last-repeatable-command is a variable defined in keyboard.c.
Value
nil
Documentation
Last command that may be repeated.
The last command executed that was not bound to an input event.
This is the command repeat will try to repeat.
Taken from a previous value of real-this-command.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_KBOARD ("last-repeatable-command", Vlast_repeatable_command,
doc: /* Last command that may be repeated.
The last command executed that was not bound to an input event.
This is the command `repeat' will try to repeat.
Taken from a previous value of `real-this-command'. */);