# HG changeset patch # User Pavel Jank # Date 1013035303 0 # Node ID a50d91dfe5f86c006a4fab9b6c6b84cadee5f168 # Parent b3cf1a561428d486e558721dbae4e37760dee894 (recursive_edit_1): Call cancel_hourglass unconditionally. diff -r b3cf1a561428 -r a50d91dfe5f8 src/keyboard.c --- a/src/keyboard.c Wed Feb 06 22:37:12 2002 +0000 +++ b/src/keyboard.c Wed Feb 06 22:41:43 2002 +0000 @@ -928,8 +928,8 @@ #ifdef HAVE_X_WINDOWS /* The command loop has started an hourglass timer, so we have to cancel it here, otherwise it will fire because the recursive edit - can take some time. */ - if (display_hourglass_p) + can take some time. Do not check for display_hourglass_p here, + because it could already be nil. */ cancel_hourglass (); #endif