diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/window.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/window.c b/src/window.c index ad03a02758e..af463b90ce6 100644 --- a/src/window.c +++ b/src/window.c | |||
| @@ -6667,6 +6667,7 @@ and redisplay normally--don't erase and redraw the frame. */) | |||
| 6667 | if (h <= 0) | 6667 | if (h <= 0) |
| 6668 | { | 6668 | { |
| 6669 | bidi_unshelve_cache (itdata, false); | 6669 | bidi_unshelve_cache (itdata, false); |
| 6670 | unbind_to (count, Qnil); | ||
| 6670 | return Qnil; | 6671 | return Qnil; |
| 6671 | } | 6672 | } |
| 6672 | 6673 | ||