(read_filtered_event): Do not call start_hourglass before returning.
authorPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:27:58 +0000 (09:27 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 4 Mar 2002 09:27:58 +0000 (09:27 +0000)
src/lread.c

index 5fa76b0..186b890 100644 (file)
@@ -485,10 +485,15 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii,
   if (! NILP (delayed_switch_frame))
     unread_switch_frame = delayed_switch_frame;
 
+#if 0
+
 #ifdef HAVE_WINDOW_SYSTEM
   if (display_hourglass_p)
     start_hourglass ();
 #endif
+
+#endif
+
   return val;
 }