changeset 27860:5cf4fd1963fc

(Fsignal): Call cancel_busy_cursor instead of Fx_hide_busy_cursor.
author Gerd Moellmann <gerd@gnu.org>
date Fri, 25 Feb 2000 13:29:33 +0000
parents d27071a76f5e
children ef7c1ba652b2
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.  */