Variable: last-input-event

last-input-event is a variable defined in keyboard.c.

Value

nil

Documentation

Last input event.

View in manual

Probably introduced at or before Emacs version 19.30.

Aliases

vhdl-last-input-event

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("last-input-event", last_input_event,
	       doc: /* Last input event.  */);