; Fix last commit

This commit is contained in:
Eli Zaretskii 2015-09-28 16:00:13 +03:00
parent a11ae01df9
commit 85cd80bb16

View file

@ -14018,6 +14018,7 @@ redisplay_internal (void)
if (interrupt_input && interrupts_deferred)
request_sigio ();
inhibit_free_realized_faces = false;
unbind_to (count, Qnil);
RESUME_POLLING;
}
@ -14060,6 +14061,7 @@ static void
unwind_redisplay (void)
{
redisplaying_p = false;
inhibit_free_realized_faces = false;
}