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