From d67235d84702e54f2afcb5c1b5ea79a5489b60b6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 25 Feb 2000 13:29:33 +0000 Subject: [PATCH] (Fsignal): Call cancel_busy_cursor instead of Fx_hide_busy_cursor. --- src/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eval.c b/src/eval.c index 124eecc4963..850f3866145 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. */ -- 2.39.5