From: Gerd Moellmann Date: Thu, 9 Mar 2000 13:34:34 +0000 (+0000) Subject: (Fy_or_n_p): Cancel busy-cursor. X-Git-Tag: emacs-pretest-21.0.90~4706 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eff9591695abd73a21ada3ac939cb880306ba530;p=emacs.git (Fy_or_n_p): Cancel busy-cursor. --- diff --git a/src/fns.c b/src/fns.c index 9c06764bdb3..ec4a549b7e7 100644 --- a/src/fns.c +++ b/src/fns.c @@ -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) {