Variable: read-expression-history

read-expression-history is a variable defined in minibuf.c.

Value

nil

Documentation

A history list for arguments that are Lisp expressions to evaluate.

For example, eval-expression uses this.

View in manual

Source Code

// Defined in /usr/src/emacs/src/minibuf.c
  DEFVAR_LISP ("read-expression-history", Vread_expression_history,
	       doc: /* A history list for arguments that are Lisp expressions to evaluate.
For example, `eval-expression' uses this.  */);