Mercurial > emacs
changeset 60419:1b47709417bd
(Ftop_level): Let Fthrow deal with UNBLOCK_INPUT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 06 Mar 2005 16:04:06 +0000 |
parents | 887436be5f78 |
children | 15e0a3243a8e |
files | src/keyboard.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Sun Mar 06 16:02:47 2005 +0000 +++ b/src/keyboard.c Sun Mar 06 16:04:06 2005 +0000 @@ -1350,11 +1350,6 @@ cancel_hourglass (); #endif - /* 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; - return Fthrow (Qtop_level, Qnil); }