(Fy_or_n_p): Cancel busy-cursor.

This commit is contained in:
Gerd Moellmann 2000-03-09 13:34:34 +00:00
parent e27e5e075f
commit eff9591695

View file

@ -2578,6 +2578,11 @@ is nil.")
xprompt = prompt;
GCPRO2 (prompt, xprompt);
#ifdef HAVE_X_WINDOWS
if (display_busy_cursor_p)
cancel_busy_cursor ();
#endif
while (1)
{