diff options
| author | Gerd Moellmann | 2000-02-25 13:31:28 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-02-25 13:31:28 +0000 |
| commit | e5baa1a7d2ad22112b78a64ee774316a56bf43f9 (patch) | |
| tree | 265a6217dfc3faf533d95fd7d8b3d65f8badfe6b /src | |
| parent | d0c484784c87d565c39a6ad6236ec9bc2ed71cc0 (diff) | |
| download | emacs-e5baa1a7d2ad22112b78a64ee774316a56bf43f9.tar.gz emacs-e5baa1a7d2ad22112b78a64ee774316a56bf43f9.zip | |
(read_minibuf): Cancel busy-cursor.
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index 32bf540bdae..75bc13ebff9 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -359,6 +359,10 @@ read_minibuf (map, initial, prompt, backup_n, expflag, | |||
| 359 | specbind (Qminibuffer_default, defalt); | 359 | specbind (Qminibuffer_default, defalt); |
| 360 | 360 | ||
| 361 | single_kboard_state (); | 361 | single_kboard_state (); |
| 362 | #ifdef HAVE_X_WINDOWS | ||
| 363 | if (display_busy_cursor_p) | ||
| 364 | cancel_busy_cursor (); | ||
| 365 | #endif | ||
| 362 | 366 | ||
| 363 | val = Qnil; | 367 | val = Qnil; |
| 364 | ambient_dir = current_buffer->directory; | 368 | ambient_dir = current_buffer->directory; |