projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d114d
)
* src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 27 Nov 2017 18:53:23 +0000
(13:53 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Mon, 27 Nov 2017 18:53:23 +0000
(13:53 -0500)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index b056f4aaf38e744938ce7a2e6174e73df56bdb86..597ff56c8f55eb814557c3d97464c99a2164ecc6 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-4769,7
+4769,7
@@
to find all the symbols in an obarray, use `mapatoms'. */);
DEFVAR_LISP ("values", Vvalues,
doc: /* List of values of all expressions which were read, evaluated and printed.
Order is reverse chronological. */);
- XSYMBOL (intern ("values"))->u.s.declared_special =
tru
e;
+ XSYMBOL (intern ("values"))->u.s.declared_special =
fals
e;
DEFVAR_LISP ("standard-input", Vstandard_input,
doc: /* Stream for read to get input from.