aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2017-11-27 12:43:18 -0500
committerStefan Monnier2017-11-27 12:43:18 -0500
commite896320f0e0c50aa31712b7f1bda4c4a78ff0f82 (patch)
treebbee6ca5e6e0a51ab3c6658773df488b2b1b0bc8 /src
parent3a1d9821f4404d07c21f0d501e8c9daa98ce16ec (diff)
downloademacs-e896320f0e0c50aa31712b7f1bda4c4a78ff0f82.tar.gz
emacs-e896320f0e0c50aa31712b7f1bda4c4a78ff0f82.zip
* src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c
index 17463f4ef4e..a8080876031 100644
--- a/src/lread.c
+++ b/src/lread.c
@@ -4769,7 +4769,7 @@ to find all the symbols in an obarray, use `mapatoms'. */);
4769 DEFVAR_LISP ("values", Vvalues, 4769 DEFVAR_LISP ("values", Vvalues,
4770 doc: /* List of values of all expressions which were read, evaluated and printed. 4770 doc: /* List of values of all expressions which were read, evaluated and printed.
4771Order is reverse chronological. */); 4771Order is reverse chronological. */);
4772 XSYMBOL (intern ("values"))->u.s.declared_special = true; 4772 XSYMBOL (intern ("values"))->u.s.declared_special = false;
4773 4773
4774 DEFVAR_LISP ("standard-input", Vstandard_input, 4774 DEFVAR_LISP ("standard-input", Vstandard_input,
4775 doc: /* Stream for read to get input from. 4775 doc: /* Stream for read to get input from.