aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-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. */