diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 77c9af747c3..8dcecc2be65 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -10592,6 +10592,9 @@ include the height of both, if present, in the return value. */) | |||
| 10592 | it.max_descent = max (it.max_descent, it.descent); | 10592 | it.max_descent = max (it.max_descent, it.descent); |
| 10593 | } | 10593 | } |
| 10594 | } | 10594 | } |
| 10595 | else | ||
| 10596 | bidi_unshelve_cache (it2data, true); | ||
| 10597 | |||
| 10595 | if (!NILP (x_limit)) | 10598 | if (!NILP (x_limit)) |
| 10596 | { | 10599 | { |
| 10597 | /* Don't return more than X-LIMIT. */ | 10600 | /* Don't return more than X-LIMIT. */ |