# HG changeset patch # User Gerd Moellmann # Date 951485373 0 # Node ID 5cf4fd1963fcb9eae88c88bc8717449d875e5b1e # Parent d27071a76f5eb4481c3a7bfe68ef8242bcfc68fe (Fsignal): Call cancel_busy_cursor instead of Fx_hide_busy_cursor. diff -r d27071a76f5e -r 5cf4fd1963fc src/eval.c --- a/src/eval.c Fri Feb 25 13:29:08 2000 +0000 +++ b/src/eval.c Fri Feb 25 13:29:33 2000 +0000 @@ -1279,7 +1279,7 @@ #ifdef HAVE_X_WINDOWS if (display_busy_cursor_p) - Fx_hide_busy_cursor (Qt); + cancel_busy_cursor (); #endif /* This hook is used by edebug. */