diff options
| author | Gerd Moellmann | 2000-03-09 13:34:34 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-03-09 13:34:34 +0000 |
| commit | eff9591695abd73a21ada3ac939cb880306ba530 (patch) | |
| tree | a5bba7af4852097dbf216c5fb74d0fcdb4f56ce3 /src | |
| parent | e27e5e075f6816b7508fcc407a30f9891b77c321 (diff) | |
| download | emacs-eff9591695abd73a21ada3ac939cb880306ba530.tar.gz emacs-eff9591695abd73a21ada3ac939cb880306ba530.zip | |
(Fy_or_n_p): Cancel busy-cursor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -2578,6 +2578,11 @@ is nil.") | |||
| 2578 | xprompt = prompt; | 2578 | xprompt = prompt; |
| 2579 | GCPRO2 (prompt, xprompt); | 2579 | GCPRO2 (prompt, xprompt); |
| 2580 | 2580 | ||
| 2581 | #ifdef HAVE_X_WINDOWS | ||
| 2582 | if (display_busy_cursor_p) | ||
| 2583 | cancel_busy_cursor (); | ||
| 2584 | #endif | ||
| 2585 | |||
| 2581 | while (1) | 2586 | while (1) |
| 2582 | { | 2587 | { |
| 2583 | 2588 | ||