diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 8d7980932cf..615d2f37afa 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -6014,7 +6014,7 @@ mark_object (Lisp_Object arg) | |||
| 6014 | /* Mark glyphs for leaf windows. Marking window | 6014 | /* Mark glyphs for leaf windows. Marking window |
| 6015 | matrices is sufficient because frame matrices | 6015 | matrices is sufficient because frame matrices |
| 6016 | use the same glyph memory. */ | 6016 | use the same glyph memory. */ |
| 6017 | if (NILP (WGET (w, hchild)) && NILP (WGET (w, vchild)) | 6017 | if (NILP (w->hchild) && NILP (w->vchild) |
| 6018 | && w->current_matrix) | 6018 | && w->current_matrix) |
| 6019 | { | 6019 | { |
| 6020 | mark_glyph_matrix (w->current_matrix); | 6020 | mark_glyph_matrix (w->current_matrix); |