aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2017-11-27 13:53:23 -0500
committerStefan Monnier2017-11-27 13:53:23 -0500
commit37f3a6b216f385b1aef5310bff0ea5abb24f7637 (patch)
tree3aff68e123f155d18db9e248a033ca3c8e12320f /src
parent02d114d6b85e02132d5f99ead517b69dbdd77e35 (diff)
downloademacs-37f3a6b216f385b1aef5310bff0ea5abb24f7637.tar.gz
emacs-37f3a6b216f385b1aef5310bff0ea5abb24f7637.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 b056f4aaf38..597ff56c8f5 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.