aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-02-25 13:29:33 +0000
committerGerd Moellmann2000-02-25 13:29:33 +0000
commitd67235d84702e54f2afcb5c1b5ea79a5489b60b6 (patch)
treee54082d9ef9d9c197c46c6df375cebbf68bc2d10 /src
parentc175874c1136cc02df317dcd91289196e457fb31 (diff)
downloademacs-d67235d84702e54f2afcb5c1b5ea79a5489b60b6.tar.gz
emacs-d67235d84702e54f2afcb5c1b5ea79a5489b60b6.zip
(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 124eecc4963..850f3866145 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -1279,7 +1279,7 @@ See also the function `condition-case'.")
1279 1279
1280#ifdef HAVE_X_WINDOWS 1280#ifdef HAVE_X_WINDOWS
1281 if (display_busy_cursor_p) 1281 if (display_busy_cursor_p)
1282 Fx_hide_busy_cursor (Qt); 1282 cancel_busy_cursor ();
1283#endif 1283#endif
1284 1284
1285 /* This hook is used by edebug. */ 1285 /* This hook is used by edebug. */