1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(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)
{