aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-02-25 13:29:33 +0000
committerGerd Moellmann <[email protected]>2000-02-25 13:29:33 +0000
commitd67235d84702e54f2afcb5c1b5ea79a5489b60b6 (patch)
treee54082d9ef9d9c197c46c6df375cebbf68bc2d10 /src
parentc175874c1136cc02df317dcd91289196e457fb31 (diff)
(Fsignal): Call cancel_busy_cursor instead of
Fx_hide_busy_cursor.
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 124eecc496..850f386614 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1279,7 +1279,7 @@ See also the function `condition-case'.")
#ifdef HAVE_X_WINDOWS
if (display_busy_cursor_p)
- Fx_hide_busy_cursor (Qt);
+ cancel_busy_cursor ();
#endif
/* This hook is used by edebug. */