From eff9591695abd73a21ada3ac939cb880306ba530 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Thu, 9 Mar 2000 13:34:34 +0000 Subject: [PATCH] (Fy_or_n_p): Cancel busy-cursor. --- src/fns.c | 5 +++++ 1 file changed, 5 insertions(+) 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) { -- 2.39.5