From: Gerd Moellmann Date: Fri, 25 Feb 2000 13:29:33 +0000 (+0000) Subject: (Fsignal): Call cancel_busy_cursor instead of X-Git-Tag: emacs-pretest-21.0.90~4889 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d67235d84702e54f2afcb5c1b5ea79a5489b60b6;p=emacs.git (Fsignal): Call cancel_busy_cursor instead of Fx_hide_busy_cursor. --- 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. */