emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e896320: * src/lread.c (syms_of_lread): Fix thinko


From: Stefan Monnier
Subject: [Emacs-diffs] master e896320: * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5.
Date: Mon, 27 Nov 2017 12:43:25 -0500 (EST)

branch: master
commit e896320f0e0c50aa31712b7f1bda4c4a78ff0f82
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * src/lread.c (syms_of_lread): Fix thinko in commit b1573a97e17b5.
---
 src/lread.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lread.c b/src/lread.c
index 17463f4..a808087 100644
--- 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 = true;
+  XSYMBOL (intern ("values"))->u.s.declared_special = false;
 
   DEFVAR_LISP ("standard-input", Vstandard_input,
               doc: /* Stream for read to get input from.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]