Variable: real-last-command
real-last-command is a variable defined in keyboard.c.
Value
nil
Documentation
Same as last-command, but never altered by Lisp code.
Taken from the previous value of real-this-command.
Source Code
// Defined in /usr/src/emacs/src/keyboard.c
DEFVAR_KBOARD ("real-last-command", Vreal_last_command,
doc: /* Same as `last-command', but never altered by Lisp code.
Taken from the previous value of `real-this-command'. */);