diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index 94f373c3539..0da5819d343 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -4455,7 +4455,7 @@ to find all the symbols in an obarray, use `mapatoms'. */); | |||
| 4455 | 4455 | ||
| 4456 | DEFVAR_LISP ("values", Vvalues, | 4456 | DEFVAR_LISP ("values", Vvalues, |
| 4457 | doc: /* List of values of all expressions which were read, evaluated and printed. | 4457 | doc: /* List of values of all expressions which were read, evaluated and printed. |
| 4458 | Order is reverse chronological. */); | 4458 | Order is reverse chronological. */); |
| 4459 | XSYMBOL (intern ("values"))->declared_special = 0; | 4459 | XSYMBOL (intern ("values"))->declared_special = 0; |
| 4460 | 4460 | ||
| 4461 | DEFVAR_LISP ("standard-input", Vstandard_input, | 4461 | DEFVAR_LISP ("standard-input", Vstandard_input, |