Variable: real-this-command

real-this-command is a variable defined in keyboard.c.

Value

nil

Documentation

This is like this-command, except that commands should never modify it.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("real-this-command", Vreal_this_command,
	       doc: /* This is like `this-command', except that commands should never modify it.  */);