Variable: values

values is a variable defined in lread.c.

Value

nil

Documentation

List of values of all expressions which were read, evaluated and printed.

Order is reverse chronological. This variable is obsolete as of Emacs 28.1 and should not be used.

View in manual

Probably introduced at or before Emacs version 28.1.

Source Code

// Defined in /usr/src/emacs/src/lread.c
  DEFVAR_LISP ("values", Vvalues,
	       doc: /* List of values of all expressions which were read, evaluated and printed.
Order is reverse chronological.
This variable is obsolete as of Emacs 28.1 and should not be used.  */);