Minor fix to last change.
This commit is contained in:
parent
2421af7e64
commit
051facecbf
1 changed files with 1 additions and 1 deletions
|
|
@ -2133,7 +2133,7 @@ whether or not it is currently displayed in some window. */)
|
|||
which might span multiple screen lines (e.g., if it's
|
||||
on a multi-line display string). We want to start
|
||||
from the last line that it occupies. */
|
||||
if (PT < ZV)
|
||||
if (it_start < ZV)
|
||||
{
|
||||
while (IT_CHARPOS (it) <= it_start)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue