--- keyboard.c 16 Feb 2005 02:07:09 +0100 1.811 +++ keyboard.c 01 Mar 2005 06:07:13 +0100 @@ -1350,10 +1350,13 @@ cancel_hourglass (); #endif +#if 0 + Throwing already resets the blocked counter. /* Unblock input if we enter with input blocked. This may happen if redisplay traps e.g. during tool-bar update with input blocked. */ while (INPUT_BLOCKED_P) UNBLOCK_INPUT; +#endif return Fthrow (Qtop_level, Qnil); }