Fix a comment.
This commit is contained in:
parent
2702e4ac03
commit
ea5fff5f19
1 changed files with 2 additions and 1 deletions
|
@ -14886,7 +14886,8 @@ try_window_id (w)
|
|||
if (!NILP (w->region_showing))
|
||||
GIVE_UP (10);
|
||||
|
||||
/* Can use this if overlay arrow position and or string have changed. */
|
||||
/* Can't use this if overlay arrow position and or string have
|
||||
changed. */
|
||||
if (overlay_arrows_changed_p ())
|
||||
GIVE_UP (12);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue