(Fy_or_n_p): Cancel busy-cursor.
This commit is contained in:
parent
e27e5e075f
commit
eff9591695
1 changed files with 5 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue