diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index d0916f7f0bd..f280a5a949d 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -14886,7 +14886,8 @@ try_window_id (w) | |||
| 14886 | if (!NILP (w->region_showing)) | 14886 | if (!NILP (w->region_showing)) |
| 14887 | GIVE_UP (10); | 14887 | GIVE_UP (10); |
| 14888 | 14888 | ||
| 14889 | /* Can use this if overlay arrow position and or string have changed. */ | 14889 | /* Can't use this if overlay arrow position and or string have |
| 14890 | changed. */ | ||
| 14890 | if (overlay_arrows_changed_p ()) | 14891 | if (overlay_arrows_changed_p ()) |
| 14891 | GIVE_UP (12); | 14892 | GIVE_UP (12); |
| 14892 | 14893 | ||