aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 1892c5f959c..7a8823e6bac 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2258,8 +2258,8 @@ struct specbinding
2258 struct { 2258 struct {
2259 /* `where' is not used in the case of SPECPDL_LET. */ 2259 /* `where' is not used in the case of SPECPDL_LET. */
2260 Lisp_Object symbol, old_value, where; 2260 Lisp_Object symbol, old_value, where;
2261 /* Normally this is unused; but it is to the symbol's current 2261 /* Normally this is unused; but it is set to the symbol's
2262 value when a thread is swapped out. */ 2262 current value when a thread is swapped out. */
2263 Lisp_Object saved_value; 2263 Lisp_Object saved_value;
2264 } let; 2264 } let;
2265 struct { 2265 struct {