aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 7d1ff7625f2..0f425668a11 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6015,7 +6015,7 @@ mark_object (Lisp_Object arg)
6015 /* Mark glyphs for leaf windows. Marking window 6015 /* Mark glyphs for leaf windows. Marking window
6016 matrices is sufficient because frame matrices 6016 matrices is sufficient because frame matrices
6017 use the same glyph memory. */ 6017 use the same glyph memory. */
6018 if (NILP (WVAR (w, hchild)) && NILP (WVAR (w, vchild)) 6018 if (NILP (WGET (w, hchild)) && NILP (WGET (w, vchild))
6019 && w->current_matrix) 6019 && w->current_matrix)
6020 { 6020 {
6021 mark_glyph_matrix (w->current_matrix); 6021 mark_glyph_matrix (w->current_matrix);