abort-redisplay: Add missing unbind_to in 'recenter'

* src/window.c (recenter): Add ubind_to before early return.
(Bug#56369)
This commit is contained in:
Florian Rommel 2022-07-03 17:04:32 +02:00 committed by Eli Zaretskii
parent bfc9e76696
commit 676d38cfc3

View file

@ -6667,6 +6667,7 @@ and redisplay normally--don't erase and redraw the frame. */)
if (h <= 0)
{
bidi_unshelve_cache (itdata, false);
unbind_to (count, Qnil);
return Qnil;
}