diff options
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 2d137b4abbd..7be4e0b4615 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y, | |||
| 1639 | 1639 | ||
| 1640 | /* Actually change matrices, if allowed. Do not consider | 1640 | /* Actually change matrices, if allowed. Do not consider |
| 1641 | CHANGED_LEAF_MATRIX computed above here because the pool | 1641 | CHANGED_LEAF_MATRIX computed above here because the pool |
| 1642 | may have been changed which we don't now here. We trust | 1642 | may have been changed which we don't know here. We trust |
| 1643 | that we only will be called with DIM_ONLY_P when | 1643 | that we only will be called with DIM_ONLY_P when |
| 1644 | necessary. */ | 1644 | necessary. */ |
| 1645 | if (!dim_only_p) | 1645 | if (!dim_only_p) |