mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-12 06:21:02 -08:00
src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment.
This commit is contained in:
parent
85bc77b270
commit
fa080fa705
1 changed files with 1 additions and 1 deletions
|
|
@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y,
|
|||
|
||||
/* Actually change matrices, if allowed. Do not consider
|
||||
CHANGED_LEAF_MATRIX computed above here because the pool
|
||||
may have been changed which we don't now here. We trust
|
||||
may have been changed which we don't know here. We trust
|
||||
that we only will be called with DIM_ONLY_P when
|
||||
necessary. */
|
||||
if (!dim_only_p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue