Variable: inhibit--record-char

inhibit--record-char is a variable defined in keyboard.c.

Value

nil

Documentation

If non-nil, don't record input events.

This inhibits recording input events for the purposes of keyboard macros, dribble file, and recent-keys. Internal use only.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_BOOL ("inhibit--record-char",
	       inhibit_record_char,
	       doc: /* If non-nil, don't record input events.
This inhibits recording input events for the purposes of keyboard
macros, dribble file, and `recent-keys'.
Internal use only.  */);