comparison src/keyboard.c @ 43149:a50d91dfe5f8

(recursive_edit_1): Call cancel_hourglass unconditionally.
author Pavel Janík <Pavel@Janik.cz>
date Wed, 06 Feb 2002 22:41:43 +0000
parents 9472d3bc920c
children 241310b1046a
comparison
equal deleted inserted replaced
43148:b3cf1a561428 43149:a50d91dfe5f8
926 } 926 }
927 927
928 #ifdef HAVE_X_WINDOWS 928 #ifdef HAVE_X_WINDOWS
929 /* The command loop has started an hourglass timer, so we have to 929 /* The command loop has started an hourglass timer, so we have to
930 cancel it here, otherwise it will fire because the recursive edit 930 cancel it here, otherwise it will fire because the recursive edit
931 can take some time. */ 931 can take some time. Do not check for display_hourglass_p here,
932 if (display_hourglass_p) 932 because it could already be nil. */
933 cancel_hourglass (); 933 cancel_hourglass ();
934 #endif 934 #endif
935 935
936 /* This function may have been called from a debugger called from 936 /* This function may have been called from a debugger called from
937 within redisplay, for instance by Edebugging a function called 937 within redisplay, for instance by Edebugging a function called