Variable: command-history

command-history is a variable defined in callint.c.

Value

nil

Documentation

List of recent commands that read arguments from terminal.

Each command is represented as a form to evaluate.

Maximum length of the history list is determined by the value of history-length, which see.

View in manual

Probably introduced at or before Emacs version 17.

Key Bindings

Source Code

// Defined in /usr/src/emacs/src/callint.c
  DEFVAR_LISP ("command-history", Vcommand_history,
	       doc: /* List of recent commands that read arguments from terminal.
Each command is represented as a form to evaluate.

Maximum length of the history list is determined by the value
of `history-length', which see.  */);