diff src/eval.c @ 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 2a6f200db73d
children 9ae3ef3133b8
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.  */