(Fsignal): Call cancel_busy_cursor instead of
authorGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:29:33 +0000 (13:29 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 25 Feb 2000 13:29:33 +0000 (13:29 +0000)
Fx_hide_busy_cursor.

src/eval.c

index 124eecc..850f386 100644 (file)
@@ -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.  */