aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispnew.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 787092411a5..6160535c3e6 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1904,7 +1904,7 @@ the current state.\n")
1904 if (*vecp == Qlambda) 1904 if (*vecp == Qlambda)
1905 return Qnil; 1905 return Qnil;
1906 changed: 1906 changed:
1907 /* Start with 1 so there is room for at least on lambda at the end. */ 1907 /* Start with 1 so there is room for at least one lambda at the end. */
1908 n = 1; 1908 n = 1;
1909 FOR_EACH_FRAME (tail, frame) 1909 FOR_EACH_FRAME (tail, frame)
1910 n++; 1910 n++;