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:
parent
bfc9e76696
commit
676d38cfc3
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue