Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
37f3a6b2
Commit
37f3a6b2
authored
Nov 27, 2017
by
Stefan Monnier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* src/lread.c (syms_of_lread): Fix thinko in commit
b1573a97
parent
02d114d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lread.c
src/lread.c
+1
-1
No files found.
src/lread.c
View file @
37f3a6b2
...
...
@@ -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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment